0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-13 18:08:59 +02:00

Added govet to golanci-lint linters (#1639)

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