Skip to content

Commit efe09ac

Browse files
committed
Fix golangci-lint config — disable-all then enable govet and unused
1 parent e26f40a commit efe09ac

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.golangci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
linters:
2-
default: none
2+
disable-all: true
33
enable:
44
- govet
5-
- ineffassign
65
- unused
7-
8-
issues:
9-
exclude-dirs:
10-
- vendor

0 commit comments

Comments
 (0)