Skip to content

Commit 8e95e1c

Browse files
authored
chore: enable all govet checks by default (#2257)
Resolves #1179
1 parent 3501572 commit 8e95e1c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.golangci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ linters:
5353
gocritic:
5454
disabled-checks:
5555
- ifElseChain
56+
govet:
57+
enable-all: true
58+
disable:
59+
- fieldalignment
60+
- shadow
5661
nlreturn:
5762
block-size: 2
5863
revive:

0 commit comments

Comments
 (0)