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

This reverts commit 1cf18d34f5.
This commit is contained in:
adlerhurst
2025-05-19 17:13:31 +02:00
parent 8a33adfeab
commit c81017061a

View File

@@ -4,7 +4,12 @@ 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
@@ -20,11 +25,6 @@ issues:
- 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]