diff --git a/staticcheck/doc.go b/staticcheck/doc.go index f6df63de8..3e991b6c4 100644 --- a/staticcheck/doc.go +++ b/staticcheck/doc.go @@ -446,7 +446,7 @@ falsify results.`, Title: `The variable in the loop condition never changes, are you incrementing the wrong variable?`, Since: "2017.1", Severity: lint.SeverityWarning, - MergeIf: lint.MergeIfAny, + MergeIf: lint.MergeIfAll, }, "SA4009": {