mirror of
https://github.com/portainer/portainer.git
synced 2026-08-07 10:04:49 +00:00
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:
@@ -1,4 +1,6 @@
|
|||||||
version: '2'
|
version: '2'
|
||||||
|
run:
|
||||||
|
allow-parallel-runners: true
|
||||||
linters:
|
linters:
|
||||||
default: none
|
default: none
|
||||||
enable:
|
enable:
|
||||||
|
|||||||
@@ -110,7 +110,7 @@ check-lint-version:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
lint-server: tidy check-lint-version ## Lint server code
|
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
|
golangci-lint run --timeout=10m --new-from-rev=HEAD~ -c .golangci-forward.yaml
|
||||||
|
|
||||||
##@ Extension
|
##@ Extension
|
||||||
|
|||||||
Reference in New Issue
Block a user