safing-portmaster/.golangci.yml
2021-01-19 13:07:36 +01:00

19 lines
413 B
YAML

linters:
enable-all: true
disable:
- lll
- gochecknoinits
- gochecknoglobals
- funlen
- whitespace
- wsl
- gomnd
- gomodguard
- goerr113
linters-settings:
godox:
# report any comments starting with keywords, this is useful for TODO or FIXME comments that
# might be left in the code accidentally and should be resolved before merging
keywords:
- FIXME