Skip to content

Commit 776405a

Browse files
committed
chore(ci): extend linter static checking
1 parent ea2904a commit 776405a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.golangci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ issues:
6666
linters:
6767
enable:
6868
- gofumpt
69-
- govet
69+
- megacheck
7070
- dupl
7171
- goconst
7272
- misspell
@@ -75,6 +75,5 @@ linters:
7575
- structcheck
7676
- deadcode
7777
disable:
78-
- megacheck
7978
- errcheck
8079
fast: true

0 commit comments

Comments
 (0)