build(deps): bump github.com/nunnatsa/ginkgolinter from 0.12.2 to 0.13.0 (#3962)

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-21 00:53:18 +02:00 committed by GitHub
parent 67dd65fc3a
commit 91afddc9f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 3 deletions

View file

@ -396,6 +396,7 @@ type GinkgoLinterSettings struct {
SuppressErrAssertion bool `mapstructure:"suppress-err-assertion"`
SuppressCompareAssertion bool `mapstructure:"suppress-compare-assertion"`
SuppressAsyncAssertion bool `mapstructure:"suppress-async-assertion"`
SuppressFocusContainer bool `mapstructure:"suppress-focus-container"`
AllowHaveLenZero bool `mapstructure:"allow-havelen-zero"`
}