We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c960b4 commit 17fc89aCopy full SHA for 17fc89a
.github/workflows/lint-golangci-lint.yaml
@@ -30,6 +30,7 @@ linters:
30
- gochecksumtype
31
- gocognit
32
- gocyclo
33
+ - gocritic
34
- godox
35
- goheader
36
- gomoddirectives
@@ -51,7 +52,6 @@ linters:
51
52
- funlen
53
- gochecknoglobals
54
- goconst
- - gocritic
55
- godot
56
- iface
57
- importas
@@ -117,6 +117,10 @@ linters:
117
- all
118
- -SA5008
119
- -ST1003
120
+ gocritic:
121
+ disabled-checks:
122
+ - appendAssign
123
+ - ifElseChain
124
exclusions:
125
generated: lax
126
presets:
0 commit comments