Add golangci-lint config

Somehow the config managed to stay in .gitignore a while, causing
CI checks to fail.
This commit is contained in:
Timur Demin 2021-08-13 09:08:45 +05:00
parent a35536c8be
commit d8870403fe
No known key found for this signature in database
GPG key ID: 9EDF3F9D9286FA20

4
.golangci.yml Normal file
View file

@ -0,0 +1,4 @@
linters:
disable:
# no, we won't check every invocation of (io.Writer).Write()
- errcheck