Skip to content

Commit

Permalink
Add golangci-lint config
Browse files Browse the repository at this point in the history
Somehow the config managed to stay in .gitignore a while, causing
CI checks to fail.
  • Loading branch information
tdemin committed Aug 13, 2021
1 parent a35536c commit d887040
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .golangci.yml
@@ -0,0 +1,4 @@
linters:
disable:
# no, we won't check every invocation of (io.Writer).Write()
- errcheck

0 comments on commit d887040

Please sign in to comment.