bubbles/.golangci.yml

35 lines
458 B
YAML
Raw Normal View History

2020-10-19 07:11:12 +03:00
run:
tests: false
issues:
2021-06-04 12:57:38 +03:00
include:
- EXC0001
- EXC0005
- EXC0011
- EXC0012
- EXC0013
2020-10-19 07:11:12 +03:00
max-issues-per-linter: 0
max-same-issues: 0
linters:
enable:
- bodyclose
- dupl
- exportloopref
- goconst
- godot
- godox
- goimports
- goprintffuncname
- gosec
2021-06-04 12:57:38 +03:00
- ifshort
2020-10-19 07:11:12 +03:00
- misspell
- prealloc
2021-06-04 12:57:38 +03:00
- revive
2020-10-19 07:11:12 +03:00
- rowserrcheck
- sqlclosecheck
- unconvert
- unparam
- whitespace