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 (#88940)
Signed-off-by: Dave Henderson <dave.henderson@grafana.com>
This commit is contained in:
parent
4a97ff45fe
commit
81019f1669
3
.github/workflows/go_lint.yml
vendored
3
.github/workflows/go_lint.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user