Add golangci-lint config
Somehow the config managed to stay in .gitignore a while, causing CI checks to fail.
This commit is contained in:
parent
adcf0ac73e
commit
35977a721c
1 changed files with 4 additions and 0 deletions
4
.golangci.yml
Normal file
4
.golangci.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
linters:
|
||||
disable:
|
||||
# no, we won't check every invocation of (io.Writer).Write()
|
||||
- errcheck
|
Loading…
Reference in a new issue