glow/.golangci.yml

35 lines
458 B
YAML
Raw Normal View History

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