Skip to content

Commit fd595e6

Browse files
authored
chore:lint: enable go-vet linter
enables go-vet for golang-ci
1 parent 97b4c0a commit fd595e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.golangci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ linters:
3434
# - goimports
3535
# - gosec
3636
# - gosimple
37-
# - govet
37+
- govet
3838
# - importas
3939
# - ineffassign
4040
# - misspell
@@ -43,4 +43,4 @@ linters:
4343
# - typecheck
4444
# - unconvert
4545
# - unused
46-
# - whitespace
46+
# - whitespace

0 commit comments

Comments
 (0)