mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
build(deps): bump github.com/Antonboom/testifylint from 0.2.3 to 1.0.1 (#4186)
This commit is contained in:
parent
2640ed7c96
commit
42001943c0
8 changed files with 150 additions and 15 deletions
|
@ -784,13 +784,19 @@ type TagliatelleSettings struct {
|
|||
}
|
||||
|
||||
type TestifylintSettings struct {
|
||||
EnableAll bool `mapstructure:"enable-all"`
|
||||
EnabledCheckers []string `mapstructure:"enable"`
|
||||
EnableAll bool `mapstructure:"enable-all"`
|
||||
DisableAll bool `mapstructure:"disable-all"`
|
||||
EnabledCheckers []string `mapstructure:"enable"`
|
||||
DisabledCheckers []string `mapstructure:"disable"`
|
||||
|
||||
ExpectedActual struct {
|
||||
ExpVarPattern string `mapstructure:"pattern"`
|
||||
} `mapstructure:"expected-actual"`
|
||||
|
||||
RequireError struct {
|
||||
FnPattern string `mapstructure:"fn-pattern"`
|
||||
} `mapstructure:"require-error"`
|
||||
|
||||
SuiteExtraAssertCall struct {
|
||||
Mode string `mapstructure:"mode"`
|
||||
} `mapstructure:"suite-extra-assert-call"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue