enable gochecknoinits linter

This commit is contained in:
Matthieu MOREL 2021-12-20 13:04:18 +01:00 committed by GitHub
parent ca972aaf60
commit a03cb154f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ linters:
enable:
- errorlint
- gci
- gochecknoinits
- gofmt
- goimports
- gosec