hugo-to-gemini/.golangci.yml
Timur Demin d8870403fe
Add golangci-lint config
Somehow the config managed to stay in .gitignore a while, causing
CI checks to fail.
2021-08-13 09:08:45 +05:00

5 lines
100 B
YAML

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