mirror of https://github.com/prometheus/prometheus
Replace deprecated linter (#9571)
Upstream is replacing `golint` with `revive`. Signed-off-by: SuperQ <superq@gmail.com>pull/9573/head
parent
91726e33a0
commit
1c624c58ca
|
@ -4,7 +4,7 @@ run:
|
|||
linters:
|
||||
enable:
|
||||
- depguard
|
||||
- golint
|
||||
- revive
|
||||
|
||||
issues:
|
||||
exclude-rules:
|
||||
|
|
Loading…
Reference in New Issue