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:
@@ -4,6 +4,5 @@ package main
|
||||
|
||||
import (
|
||||
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
|
||||
_ "github.com/mgechev/revive"
|
||||
_ "github.com/unknwon/bra"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user