forked from mirrors/statsd_exporter
Add .golangci.yml
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
parent
f1de314e14
commit
6fd7690961
1 changed files with 8 additions and 0 deletions
8
.golangci.yml
Normal file
8
.golangci.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
run:
|
||||
modules-download-mode: vendor
|
||||
|
||||
# Run only staticcheck for now. Additional linters will be enabled one-by-one.
|
||||
linters:
|
||||
enable:
|
||||
- staticcheck
|
||||
disable-all: true
|
Loading…
Reference in a new issue