safing-portmaster/.golangci.yml
2019-10-25 13:36:11 +02:00

10 lines
145 B
YAML

linters:
enable-all: true
disable:
- lll
- gochecknoinits
- gochecknoglobals
- funlen
- whitespace
- wsl
- godox