Skip to content

Commit a46e74a

Browse files
committed
disable all erroring rules
1 parent 0080f9b commit a46e74a

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.golangci.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,22 @@ linters:
8585
- all
8686
- -ST1003
8787
- -ST1005
88+
- -QF1001
89+
- -QF1002
90+
- -QF1003
91+
- -QF1006
92+
- -QF1007
93+
- -QF1008
94+
- -QF1009
95+
- -QF1012
8896
testifylint:
8997
disable:
9098
- go-require
9199
- require-error
92-
93-
100+
- equal-values
101+
- empty
102+
- formatter
103+
- len
94104
usetesting:
95105
os-temp-dir: true
96106
exclusions:

0 commit comments

Comments
 (0)