mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 16:42:36 +08:00
Proposal to include a tidy check
(#27204)
* Initial tidy-check proposal * Add tidy check to Drone & CircleCI definitions Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:

committed by
GitHub

parent
60cf95fa21
commit
b33dcf8213
@ -250,6 +250,7 @@ def lint_backend_step(edition):
|
||||
'golangci-lint run --config scripts/go/configs/.golangci.toml ./pkg/...',
|
||||
'revive -formatter stylish -config scripts/go/configs/revive.toml ./pkg/...',
|
||||
'./scripts/revive-strict',
|
||||
'./scripts/tidy-check.sh',
|
||||
],
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user