Skip to content

Commit b454ed7

Browse files
authored
Disable govet linter in .golangci.yaml
Removed 'govet' from the enabled linters list.
1 parent 78281eb commit b454ed7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.golangci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ linters-settings:
1515
- opinionated
1616
- performance
1717
- style
18-
govet:
1918
misspell:
2019
locale: US
2120

@@ -24,7 +23,6 @@ linters:
2423
enable:
2524
- errcheck
2625
- gosimple
27-
- govet
2826
- ineffassign
2927
- staticcheck
3028
- typecheck

0 commit comments

Comments
 (0)