3
0
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00

chore(ci): Lint only pkg/ code, and lint all Go modules ()

Signed-off-by: Dave Henderson <dave.henderson@grafana.com>
This commit is contained in:
Dave Henderson 2024-06-07 13:54:47 -04:00 committed by GitHub
parent 4a97ff45fe
commit 81019f1669
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,8 @@ jobs:
uses: golangci/golangci-lint-action@v5
with:
version: v1.59.0
args: --config .golangci.toml --max-same-issues=0 --max-issues-per-linter=0 --verbose
args: |
--config .golangci.toml --max-same-issues=0 --max-issues-per-linter=0 --verbose ./pkg/... ./pkg/apimachinery/... ./pkg/apiserver/... ./pkg/build/wire/... ./pkg/promlib/... ./pkg/util/xorm/...
only-new-issues: true
skip-cache: true
install-mode: binary