From c81017061ae15b9d5cac0c4d6b3113f3a023aea4 Mon Sep 17 00:00:00 2001 From: adlerhurst <27845747+adlerhurst@users.noreply.github.com> Date: Mon, 19 May 2025 17:13:31 +0200 Subject: [PATCH] Revert "chore: deprecated skip-dirs move to exclude-dirs (#9370)" This reverts commit 1cf18d34f5214f469de903f82bf4f61d566f3213. --- .golangci.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.golangci.yaml b/.golangci.yaml index 1cae359605..f480eb8c10 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -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]