File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ func NewGci(settings *config.GciSettings) *goanalysis.Linter {
5757
5858 return goanalysis .NewLinter (
5959 gciName ,
60- "Gci controls golang package import order and makes it always deterministic." ,
60+ "Gci controls Go package import order and makes it always deterministic." ,
6161 []* analysis.Analyzer {analyzer },
6262 nil ,
6363 ).WithContextSetter (func (lintCtx * linter.Context ) {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010func NewGoerr113 () * goanalysis.Linter {
1111 return goanalysis .NewLinter (
1212 "goerr113" ,
13- "Golang linter to check the errors handling expressions" ,
13+ "Go linter to check the errors handling expressions" ,
1414 []* analysis.Analyzer {err113 .NewAnalyzer ()},
1515 nil ,
1616 ).WithLoadMode (goanalysis .LoadModeTypesInfo )
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ func NewThelper(cfg *config.ThelperSettings) *goanalysis.Linter {
5555
5656 return goanalysis .NewLinter (
5757 "thelper" ,
58- "thelper detects golang test helpers without t.Helper() call and checks the consistency of test helpers" ,
58+ "thelper detects Go test helpers without t.Helper() call and checks the consistency of test helpers" ,
5959 []* analysis.Analyzer {a },
6060 cfgMap ,
6161 ).WithLoadMode (goanalysis .LoadModeTypesInfo )
You can’t perform that action at this time.
0 commit comments