Skip to content

Commit bc2c107

Browse files
committed
Make the forbidigo comment clearer
1 parent a29efde commit bc2c107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ linters:
2222
- 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.
2323
- goconst # finds repeated strings that could be replaced by a constant
2424
- dupl # tool for code clone detection
25-
- forbidigo # forbids identifiers by reg exps
25+
- forbidigo # forbids identifiers matched by reg exps
2626
- gomoddirectives # manage the use of 'replace', 'retract', and 'excludes' directives in go.mod.
2727
- gosimple # linter for Go source code that specializes in simplifying a code
2828
- misspell # finds commonly misspelled English words in comments

0 commit comments

Comments
 (0)