mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
ginkgolinter: add suppress-async-assertion option (#3735)
This commit is contained in:
parent
ba0a69c112
commit
fb7d328aec
13 changed files with 175 additions and 11 deletions
|
@ -341,6 +341,7 @@ type GinkgoLinterSettings struct {
|
|||
SuppressNilAssertion bool `mapstructure:"suppress-nil-assertion"`
|
||||
SuppressErrAssertion bool `mapstructure:"suppress-err-assertion"`
|
||||
SuppressCompareAssertion bool `mapstructure:"suppress-compare-assertion"`
|
||||
SuppressAsyncAssertion bool `mapstructure:"suppress-async-assertion"`
|
||||
AllowHaveLenZero bool `mapstructure:"allow-havelen-zero"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue