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.
forbidigo
1 parent a29efde commit bc2c107Copy full SHA for bc2c107
.golangci.yml
@@ -22,7 +22,7 @@ linters:
22
- errorlint # errorlint is a linter for that can be used to find code that will cause problems with the error wrapping scheme introduced in Go 1.13.
23
- goconst # finds repeated strings that could be replaced by a constant
24
- dupl # tool for code clone detection
25
- - forbidigo # forbids identifiers by reg exps
+ - forbidigo # forbids identifiers matched by reg exps
26
- gomoddirectives # manage the use of 'replace', 'retract', and 'excludes' directives in go.mod.
27
- gosimple # linter for Go source code that specializes in simplifying a code
28
- misspell # finds commonly misspelled English words in comments
0 commit comments