Step is Not Specified
Locates 'For' loops where the 'Step' token is omitted.
NEW! This inspection is only available in pre-release builds.
Reasoning
Out of convention or preference, explicit 'Step' specifiers could be considered mandatory; this inspection can ensure the consistency of the convention.
Default severity
DoNotShow
Inspection type
LanguageOpportunities
Examples
This example should trigger a result
This example should NOT trigger a result
Rubberduck.CodeAnalysis.Inspections.Concrete.StepIsNotSpecifiedInspection.cs (Prerelease-v2.5.2.6174)