Skip to content

Commit b259409

Browse files
committed
Lint: update staticcheck config
1 parent d308ecf commit b259409

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.golangci.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,7 @@ linters:
4343
- formatter
4444
- encoded-compare
4545
staticcheck:
46-
checks:
47-
[
48-
"all",
49-
"-ST1000",
50-
"-ST1003",
51-
"-ST1016",
52-
"-ST1020",
53-
"-ST1021",
54-
"-ST1022",
55-
"-QF1001",
56-
]
46+
checks: ["all", "-QF1001"]
5747
exclusions:
5848
generated: strict
5949
rules:

0 commit comments

Comments
 (0)