1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-04-16 22:04:28 -05:00

Added govet to golanci-lint linters ()

This commit is contained in:
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

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