mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
Fix typo.
This commit is contained in:
parent
8dc131dc3f
commit
5b8ffcaf76
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ func (e *Executor) initRun() {
|
|||
runCmd.Flags().IntVar(&lsc.Goconst.MinStringLen, "goconst.min-len",
|
||||
3, "Goconst: minimum constant string length")
|
||||
runCmd.Flags().IntVar(&lsc.Goconst.MinOccurrencesCount, "goconst.min-occurrences",
|
||||
3, "Goconst: minimum occurences of constant string count to trigger issue")
|
||||
3, "Goconst: minimum occurrences of constant string count to trigger issue")
|
||||
|
||||
// Linters config
|
||||
lc := &e.cfg.Linters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue