chore: deprecated skip-dirs move to exclude-dirs (#9370)

Moved the deprecated skip-dirs option to the exclude-dirs
This commit is contained in:
Stefan Benz 2025-02-17 17:06:55 +01:00 committed by GitHub
parent 0cb0380826
commit ad225836d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,12 +4,7 @@ issues:
max-issues-per-linter: 0 max-issues-per-linter: 0
# Set to 0 to disable. # Set to 0 to disable.
max-same-issues: 0 max-same-issues: 0
exclude-dirs:
run:
concurrency: 4
timeout: 10m
go: '1.22'
skip-dirs:
- .artifacts - .artifacts
- .backups - .backups
- .codecov - .codecov
@ -25,6 +20,11 @@ run:
- openapi - openapi
- proto - proto
- tools - tools
run:
concurrency: 4
timeout: 10m
go: '1.22'
linters: linters:
enable: enable:
# Simple linter to check that your code does not contain non-ASCII identifiers [fast: true, auto-fix: false] # Simple linter to check that your code does not contain non-ASCII identifiers [fast: true, auto-fix: false]