Update linter config

This commit is contained in:
Christian Muehlhaeuser
2021-06-04 11:56:54 +02:00
parent 0886ee26b0
commit facc87217f
2 changed files with 9 additions and 4 deletions

View File

@@ -2,6 +2,13 @@ run:
tests: false
issues:
include:
- EXC0001
- EXC0005
- EXC0011
- EXC0012
- EXC0013
max-issues-per-linter: 0
max-same-issues: 0
@@ -14,12 +21,12 @@ linters:
- godot
- godox
- goimports
- golint
- gomnd
- goprintffuncname
- gosec
- ifshort
- misspell
- prealloc
- revive
- rowserrcheck
- sqlclosecheck
- unconvert