chore: update golangci-lint config

main
sudo pacman -Syu 2022-09-07 09:53:09 +07:00
parent afd41d44a4
commit cdd59e1a39
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
1 changed files with 0 additions and 9 deletions

View File

@ -9,7 +9,6 @@ run:
- ".*Mock.*"
- ".*_mock.*"
- ".*_generated.*"
go: "1.18"
output:
sort-results: true
@ -17,21 +16,18 @@ output:
linters:
disable-all: true
enable:
- deadcode
- errcheck
- gosimple
- govet
- staticcheck
- typecheck
- unused
- varcheck
- errname
- errorlint
- execinquery
- goerr113
- gofumpt
- gosec
- ifshort
- importas
- makezero
- nilnil
@ -66,9 +62,4 @@ linters-settings:
- unreachable
- unusedresult
staticcheck:
go: "1.18"
checks: ["all", "-SA1019"]
issues:
new: true
fix: true