1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 15:46:31 +01:00
Files
prometheus-operator/.golangci.yml
Simon Pasquier 2060d3613f *: fix gosimple errors (#3934)
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2021-03-26 14:08:26 +01:00

12 lines
122 B
YAML

run:
deadline: 10m
linters:
disable-all: true
enable:
- golint
- gosimple
- govet
- staticcheck
- unused