mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-10 07:04:24 +00:00
Added govet to golanci-lint linters (#1639)
This commit is contained in:
parent
2885eb0422
commit
502051421c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue