Skip to content

Commit b129189

Browse files
ldezbkielbasa
authored andcommitted
chore: update golangci-lint configuration
1 parent 529618c commit b129189

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.golangci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
issues.exclude-dirs:
2-
- pkg/analyzer/testdata
3-
41
linters-settings:
5-
golint:
6-
min-confidence: 0
72
goconst:
83
min-len: 2
94
min-occurrences: 3
@@ -13,6 +8,8 @@ linters-settings:
138
linters:
149
enable-all: true
1510
disable:
11+
- exportloopref # deprecated
12+
- execinquery # deprecated
1613
- lll
1714
- prealloc
1815
- dupl
@@ -26,4 +23,3 @@ linters:
2623
- gomnd
2724
- gocognit
2825
- nestif
29-
- interfacer

0 commit comments

Comments
 (0)