Skip to content

Commit f7113d8

Browse files
Merge pull request GoogleCloudPlatform#1265 from acpana/acpana-patch-3
chore:lint: enable go-vet linter
2 parents 09c6b36 + fd595e6 commit f7113d8

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)