chore: update golangci-lint config

main
sudo pacman -Syu 2022-08-29 00:09:46 +07:00
parent 291262eeb1
commit c7dff9ac95
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
1 changed files with 0 additions and 2 deletions

View File

@ -16,14 +16,12 @@ output:
linters: linters:
disable-all: true disable-all: true
enable: enable:
- deadcode
- errcheck - errcheck
- gosimple - gosimple
- govet - govet
- staticcheck - staticcheck
- typecheck - typecheck
- unused - unused
- varcheck
- errname - errname
- errorlint - errorlint
- execinquery - execinquery