1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-04-13 04:14:27 -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 - gocyclo
- goimports # Does everything gofmt does - goimports # Does everything gofmt does
- gosimple - gosimple
- govet
- ineffassign - ineffassign
- megacheck - megacheck
- misspell # Check code comments, whereas misspell in CI checks *.md files - misspell # Check code comments, whereas misspell in CI checks *.md files