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:
co-authored by
Marcus Efraimsson
Arve Knudsen
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