safing-jess/.golangci.yml
2020-01-13 00:15:58 +01:00

11 lines
146 B
YAML

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