LineBasedSuppressionsΒΆ

Code annotations that suppress issues in selected lines

Nested Rules

NextLine

Affects style violations on the next line

PreviousLine

Affects style violations on the previous line

SameLine

Affects style violations on the same line

Options

  • Setting an option for this rule means setting the default for all nested rules.

  • The following places define options that affect this rule: CodeAnnotations, Analysis-GlobalOptions

  • This rule has no individual options.