chore: update golangci-lint config

main
sudo pacman -Syu 2022-08-24 21:57:19 +07:00
parent de2929f796
commit 7bda05e918
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
1 changed files with 0 additions and 7 deletions

View File

@ -9,7 +9,6 @@ run:
- ".*Mock.*"
- ".*_mock.*"
- ".*_generated.*"
go: "1.18"
output:
sort-results: true
@ -31,7 +30,6 @@ linters:
- goerr113
- gofumpt
- gosec
- ifshort
- importas
- makezero
- nilnil
@ -66,9 +64,4 @@ linters-settings:
- unreachable
- unusedresult
staticcheck:
go: "1.18"
checks: ["all", "-SA1019"]
issues:
new: true
fix: true