Added govet to golanci-lint linters (#1639)

main
Shubham Upreti 2020-12-15 15:14:37 +05:30 committed by GitHub
parent 2885eb0422
commit 502051421c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ linters:
- gocyclo
- goimports # Does everything gofmt does
- gosimple
- govet
- ineffassign
- megacheck
- misspell # Check code comments, whereas misspell in CI checks *.md files