Skip to content

Commit

Permalink
chore: update description
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jan 28, 2025
1 parent 0dc995c commit 9f0744b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/golinters/godox/godox.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func New(settings *config.GodoxSettings) *goanalysis.Linter {

return goanalysis.NewLinter(
linterName,
"Tool for detection of FIXME, TODO and other comment keywords",
"Detects usage of FIXME, TODO and other keywords inside comments",
[]*analysis.Analyzer{analyzer},
nil,
).WithLoadMode(goanalysis.LoadModeSyntax)
Expand Down

0 comments on commit 9f0744b

Please sign in to comment.