We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a44dd40 commit 8db6715Copy full SHA for 8db6715
pkg/golinters/ginkgolinter/ginkgolinter.go
@@ -23,8 +23,8 @@ func New(settings *config.GinkgoLinterSettings) *goanalysis.Linter {
23
SuppressTypeCompare: types.Boolean(settings.SuppressTypeCompareWarning),
24
AllowHaveLen0: types.Boolean(settings.AllowHaveLenZero),
25
ForceExpectTo: types.Boolean(settings.ForceExpectTo),
26
- ValidateAsyncIntervals: types.Boolean(settings.ForbidSpecPollution),
27
- ForbidSpecPollution: types.Boolean(settings.ValidateAsyncIntervals),
+ ValidateAsyncIntervals: types.Boolean(settings.ValidateAsyncIntervals),
+ ForbidSpecPollution: types.Boolean(settings.ForbidSpecPollution),
28
}
29
30
0 commit comments