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.
2 parents 8dc131d + 5b8ffca commit 22084bdCopy full SHA for 22084bd
pkg/commands/run.go
@@ -80,7 +80,7 @@ func (e *Executor) initRun() {
80
runCmd.Flags().IntVar(&lsc.Goconst.MinStringLen, "goconst.min-len",
81
3, "Goconst: minimum constant string length")
82
runCmd.Flags().IntVar(&lsc.Goconst.MinOccurrencesCount, "goconst.min-occurrences",
83
- 3, "Goconst: minimum occurences of constant string count to trigger issue")
+ 3, "Goconst: minimum occurrences of constant string count to trigger issue")
84
85
// Linters config
86
lc := &e.cfg.Linters
0 commit comments