bubbletea/.golangci.yml

35 lines
458 B
YAML
Raw Normal View History

2020-08-24 09:45:04 -04:00
run:
tests: false
issues:
2021-06-04 05:56:54 -04:00
include:
- EXC0001
- EXC0005
- EXC0011
- EXC0012
- EXC0013
2020-08-24 09:45:04 -04:00
max-issues-per-linter: 0
max-same-issues: 0
linters:
enable:
- bodyclose
- dupl
- exportloopref
- goconst
- godot
- godox
- goimports
- goprintffuncname
- gosec
2021-06-04 05:56:54 -04:00
- ifshort
2020-08-24 09:45:04 -04:00
- misspell
- prealloc
2021-06-04 05:56:54 -04:00
- revive
2020-08-24 09:45:04 -04:00
- rowserrcheck
- sqlclosecheck
- unconvert
- unparam
- whitespace