File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -488,6 +488,7 @@ type GinkgoLinterSettings struct {
488
488
ForceExpectTo bool `mapstructure:"force-expect-to"`
489
489
ValidateAsyncIntervals bool `mapstructure:"validate-async-intervals"`
490
490
ForbidSpecPollution bool `mapstructure:"forbid-spec-pollution"`
491
+ ForceSucceedForFuncs bool `mapstructure:"force-succeed"`
491
492
}
492
493
493
494
type GoChecksumTypeSettings struct {
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ func New(settings *config.GinkgoLinterSettings) *goanalysis.Linter {
25
25
ForceExpectTo : types .Boolean (settings .ForceExpectTo ),
26
26
ValidateAsyncIntervals : types .Boolean (settings .ValidateAsyncIntervals ),
27
27
ForbidSpecPollution : types .Boolean (settings .ForbidSpecPollution ),
28
+ ForceSucceedForFuncs : types .Boolean (settings .ForceSucceedForFuncs ),
28
29
}
29
30
}
30
31
You can’t perform that action at this time.
0 commit comments