Skip to content

Commit

Permalink
build(deps): bump github.com/nunnatsa/ginkgolinter from 0.11.0 to 0.1…
Browse files Browse the repository at this point in the history
…1.2 (#3811)

Co-authored-by: Fernandez Ludovic <[email protected]>
  • Loading branch information
dependabot[bot] and ldez committed Apr 30, 2023
1 parent 6a83dd7 commit 58182e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ require (
github.com/nakabonne/nestif v0.3.1
github.com/nishanths/exhaustive v0.10.0
github.com/nishanths/predeclared v0.2.2
github.com/nunnatsa/ginkgolinter v0.11.0
github.com/nunnatsa/ginkgolinter v0.11.2
github.com/polyfloyd/go-errorlint v1.4.0
github.com/quasilyte/go-ruleguard/dsl v0.3.22
github.com/ryancurrah/gomodguard v1.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 58182e7

Please sign in to comment.