Chore: Use the bingo built golangci-lint (#51048)

* use the bingo built golangci-lint

* remove grapl usage

* add dependancy
This commit is contained in:
ying-jeanne
2022-06-17 19:46:20 +02:00
committed by GitHub
parent 5736a3c59e
commit 4489f331b8
13 changed files with 1286 additions and 1186 deletions

View File

@ -230,7 +230,7 @@ def lint_backend_step(edition):
],
'commands': [
# Don't use Make since it will re-download the linters
'./bin/grabpl lint-backend --edition {}'.format(edition),
'make lint-go',
],
}