mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 17:32:18 +08:00
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:

committed by
GitHub

parent
caa420f92f
commit
d3e510e92f
@ -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