mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 14:30:00 +00:00
Revert "chore: deprecated skip-dirs move to exclude-dirs (#9370)"
This reverts commit 1cf18d34f5
.
This commit is contained in:
@@ -4,7 +4,12 @@ issues:
|
||||
max-issues-per-linter: 0
|
||||
# Set to 0 to disable.
|
||||
max-same-issues: 0
|
||||
exclude-dirs:
|
||||
|
||||
run:
|
||||
concurrency: 4
|
||||
timeout: 10m
|
||||
go: '1.22'
|
||||
skip-dirs:
|
||||
- .artifacts
|
||||
- .backups
|
||||
- .codecov
|
||||
@@ -20,11 +25,6 @@ issues:
|
||||
- openapi
|
||||
- proto
|
||||
- tools
|
||||
|
||||
run:
|
||||
concurrency: 4
|
||||
timeout: 10m
|
||||
go: '1.22'
|
||||
linters:
|
||||
enable:
|
||||
# Simple linter to check that your code does not contain non-ASCII identifiers [fast: true, auto-fix: false]
|
||||
|
Reference in New Issue
Block a user