mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
build(deps): bump github.com/nunnatsa/ginkgolinter from 0.13.5 to 0.14.0 (#4117)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
parent
dd58dd5223
commit
0e82ef5b32
5 changed files with 23 additions and 17 deletions
|
@ -394,13 +394,14 @@ type GciSettings struct {
|
|||
}
|
||||
|
||||
type GinkgoLinterSettings struct {
|
||||
SuppressLenAssertion bool `mapstructure:"suppress-len-assertion"`
|
||||
SuppressNilAssertion bool `mapstructure:"suppress-nil-assertion"`
|
||||
SuppressErrAssertion bool `mapstructure:"suppress-err-assertion"`
|
||||
SuppressCompareAssertion bool `mapstructure:"suppress-compare-assertion"`
|
||||
SuppressAsyncAssertion bool `mapstructure:"suppress-async-assertion"`
|
||||
ForbidFocusContainer bool `mapstructure:"forbid-focus-container"`
|
||||
AllowHaveLenZero bool `mapstructure:"allow-havelen-zero"`
|
||||
SuppressLenAssertion bool `mapstructure:"suppress-len-assertion"`
|
||||
SuppressNilAssertion bool `mapstructure:"suppress-nil-assertion"`
|
||||
SuppressErrAssertion bool `mapstructure:"suppress-err-assertion"`
|
||||
SuppressCompareAssertion bool `mapstructure:"suppress-compare-assertion"`
|
||||
SuppressAsyncAssertion bool `mapstructure:"suppress-async-assertion"`
|
||||
SuppressTypeCompareWarning bool `mapstructure:"suppress-type-compare-assertion"`
|
||||
ForbidFocusContainer bool `mapstructure:"forbid-focus-container"`
|
||||
AllowHaveLenZero bool `mapstructure:"allow-havelen-zero"`
|
||||
}
|
||||
|
||||
type GocognitSettings struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue