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.8.1 to 0.9.0 (#3643)
This commit is contained in:
parent
71be32a160
commit
49ce80ae82
13 changed files with 231 additions and 15 deletions
|
@ -325,9 +325,11 @@ type GciSettings struct {
|
|||
}
|
||||
|
||||
type GinkgoLinterSettings struct {
|
||||
SuppressLenAssertion bool `mapstructure:"suppress-len-assertion"`
|
||||
SuppressNilAssertion bool `mapstructure:"suppress-nil-assertion"`
|
||||
SuppressErrAssertion bool `mapstructure:"suppress-err-assertion"`
|
||||
SuppressLenAssertion bool `mapstructure:"suppress-len-assertion"`
|
||||
SuppressNilAssertion bool `mapstructure:"suppress-nil-assertion"`
|
||||
SuppressErrAssertion bool `mapstructure:"suppress-err-assertion"`
|
||||
SuppressCompareAssertion bool `mapstructure:"suppress-compare-assertion"`
|
||||
AllowHaveLenZero bool `mapstructure:"allow-havelen-zero"`
|
||||
}
|
||||
|
||||
type GocognitSettings struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue