Skip to content

Commit

Permalink
chore: simplify doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Apr 30, 2023
1 parent 0656f30 commit e11898b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/golinters/ginkgolinter.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func NewGinkgoLinter(cfg *config.GinkgoLinterSettings) *goanalysis.Linter {

return goanalysis.NewLinter(
a.Name,
a.Doc,
"enforces standards of using ginkgo and gomega",
[]*analysis.Analyzer{a},
cfgMap,
).WithLoadMode(goanalysis.LoadModeTypesInfo)
Expand Down

0 comments on commit e11898b

Please sign in to comment.