Skip to content

Commit 26de4f8

Browse files
committed
fix: disable non-critical staticcheck style rules
1 parent 8e931d8 commit 26de4f8

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.golangci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ linters:
2929
- all
3030
- -SA1019
3131
- -ST1000
32+
- -QF1003
33+
- -QF1011
34+
- -S1008
35+
- -S1017
36+
- -SA9003
37+
- -QF1004
38+
- -QF1012
39+
- -QF1002
3240
exclusions:
3341
paths:
3442
- .gomodcache

0 commit comments

Comments
 (0)