mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 15:49:35 +00:00
chore: deprecated skip-dirs move to exclude-dirs (#9370)
Moved the deprecated skip-dirs option to the exclude-dirs
This commit is contained in:
@@ -4,12 +4,7 @@ issues:
|
||||
max-issues-per-linter: 0
|
||||
# Set to 0 to disable.
|
||||
max-same-issues: 0
|
||||
|
||||
run:
|
||||
concurrency: 4
|
||||
timeout: 10m
|
||||
go: '1.22'
|
||||
skip-dirs:
|
||||
exclude-dirs:
|
||||
- .artifacts
|
||||
- .backups
|
||||
- .codecov
|
||||
@@ -25,6 +20,11 @@ run:
|
||||
- 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