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.
1 parent 0dc995c commit 9f0744bCopy full SHA for 9f0744b
pkg/golinters/godox/godox.go
@@ -24,7 +24,7 @@ func New(settings *config.GodoxSettings) *goanalysis.Linter {
24
25
return goanalysis.NewLinter(
26
linterName,
27
- "Tool for detection of FIXME, TODO and other comment keywords",
+ "Detects usage of FIXME, TODO and other keywords inside comments",
28
[]*analysis.Analyzer{analyzer},
29
nil,
30
).WithLoadMode(goanalysis.LoadModeSyntax)
0 commit comments