Skip to content

Commit 58182e7

Browse files
build(deps): bump github.com/nunnatsa/ginkgolinter from 0.11.0 to 0.11.2 (#3811)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
1 parent 6a83dd7 commit 58182e7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ require (
7575
github.com/nakabonne/nestif v0.3.1
7676
github.com/nishanths/exhaustive v0.10.0
7777
github.com/nishanths/predeclared v0.2.2
78-
github.com/nunnatsa/ginkgolinter v0.11.0
78+
github.com/nunnatsa/ginkgolinter v0.11.2
7979
github.com/polyfloyd/go-errorlint v1.4.0
8080
github.com/quasilyte/go-ruleguard/dsl v0.3.22
8181
github.com/ryancurrah/gomodguard v1.3.0

go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/golinters/ginkgolinter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func NewGinkgoLinter(cfg *config.GinkgoLinterSettings) *goanalysis.Linter {
2525

2626
return goanalysis.NewLinter(
2727
a.Name,
28-
a.Doc,
28+
"enforces standards of using ginkgo and gomega",
2929
[]*analysis.Analyzer{a},
3030
cfgMap,
3131
).WithLoadMode(goanalysis.LoadModeTypesInfo)

0 commit comments

Comments
 (0)