safing-jess/.golangci.yml
2021-10-01 13:58:26 +02:00

23 lines
469 B
YAML

linters:
enable-all: true
disable:
- lll
- gochecknoinits
- gochecknoglobals
- funlen
- whitespace
- wsl
- gomnd
- goerr113
- testpackage
- nestif
- gocognit
- noctx
- gocyclo
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