Skip to content

Commit 1f5b1fd

Browse files
committed
Lint: update staticcheck config
1 parent ea379e6 commit 1f5b1fd

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.golangci.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,7 @@ linters:
3838
- formatter
3939
- encoded-compare
4040
staticcheck:
41-
checks:
42-
[
43-
"all",
44-
"-ST1000",
45-
"-ST1003",
46-
"-ST1016",
47-
"-ST1020",
48-
"-ST1021",
49-
"-ST1022",
50-
"-QF1001",
51-
]
41+
checks: ["all", "-QF1001"]
5242
exclusions:
5343
generated: strict
5444
rules:

0 commit comments

Comments
 (0)