notify.moe/.golangci.yml
2019-11-04 17:21:05 +09:00

20 lines
248 B
YAML

run:
skip-dirs:
components
linters:
enable-all: true
disable:
- dupl
- lll
- goconst
- gochecknoglobals
- gochecknoinits
- gocyclo
- gocognit
- gosec
- maligned
- stylecheck
- funlen
- wsl