safing-portbase/.golangci.yml
2019-10-09 16:17:37 +02:00

11 lines
146 B
YAML

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