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 13e3a1a commit dbf0231Copy full SHA for dbf0231
.golangci.example.yml
@@ -184,7 +184,7 @@ linters-settings:
184
disabled-checks:
185
- regexpMust
186
187
- # Enable multiple checks by tags, run `GL_DEBUG=gocritic golangci-lint` run to see all tags and checks.
+ # Enable multiple checks by tags, run `GL_DEBUG=gocritic golangci-lint run` to see all tags and checks.
188
# Empty list by default. See https://github.com/go-critic/go-critic#usage -> section "Tags".
189
enabled-tags:
190
- performance
0 commit comments