Skip to content

Commit

Permalink
checked-types flag: improve description
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonboom committed May 10, 2024
1 parent 899979a commit 94056ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/analyzer/analyzer.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func New() *analysis.Analyzer {
Run: n.run,
Requires: []*analysis.Analyzer{inspect.Analyzer},
}
a.Flags.Var(&n.checkedTypes, "checked-types", "comma separated list")
a.Flags.Var(&n.checkedTypes, "checked-types", "comma separated list of return types to check")

return a
}
Expand Down

0 comments on commit 94056ec

Please sign in to comment.