aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShubham Upreti <shubham.upreti@gmail.com>2020-12-15 15:14:37 +0530
committerGitHub <noreply@github.com>2020-12-15 09:44:37 +0000
commit502051421ca5b0b32117e27e6f3c277257ab4513 (patch)
tree706318424acdf22d153759ffee56f549252c2460
parent2885eb0422267ec232150a15e7f8f713ef64a456 (diff)
Added govet to golanci-lint linters (#1639)
-rw-r--r--.golangci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 7fdd4d00..1499747b 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -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