chore(lint): scope base lint run to new changes, allow parallel runners (#3223)

Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Chaim Lev-Ari
2026-07-21 09:28:44 +03:00
committed by GitHub
parent 33b4772cfb
commit c9b0150791
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,4 +1,6 @@
version: '2'
run:
allow-parallel-runners: true
linters:
default: none
enable:
+1 -1
View File
@@ -110,7 +110,7 @@ check-lint-version:
fi
lint-server: tidy check-lint-version ## Lint server code
golangci-lint run --timeout=10m -c .golangci.yaml
golangci-lint run --timeout=10m --new-from-rev=HEAD~ -c .golangci.yaml
golangci-lint run --timeout=10m --new-from-rev=HEAD~ -c .golangci-forward.yaml
##@ Extension