chore: add more linters

main
sudo pacman -Syu 2022-11-20 21:14:44 +07:00
parent 6da2c03bc5
commit 16846319b0
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
1 changed files with 5 additions and 0 deletions

View File

@ -19,9 +19,11 @@ linters:
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- typecheck
- unused
- errchkjson
- errname
- errorlint
- execinquery
@ -38,7 +40,10 @@ linters:
linters-settings:
gosec:
excludes:
- G101
- G112
- G402
- G404
- G501
- G505
exclude-generated: true