Chore: Remove Revive standalone linter - use it via golangci-lint (#33150)

* Remove Revive standalone linter - use it via golangci-lint

* Add revive settings to ignore lint errors for now

* Small fix

* Update to grabpl v0.5.53

* Remove errorCode and warningCode from config
This commit is contained in:
Dimitris Sotirakis
2021-04-20 17:51:08 +03:00
committed by GitHub
parent caa420f92f
commit d3e510e92f
10 changed files with 27 additions and 106 deletions

View File

@ -4,6 +4,5 @@ package main
import (
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
_ "github.com/mgechev/revive"
_ "github.com/unknwon/bra"
)