mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 04:59:15 -06:00
d3e510e92f
* 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
9 lines
127 B
Go
9 lines
127 B
Go
// +build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
|
|
_ "github.com/unknwon/bra"
|
|
)
|