LegacyNonSuppressingIssueCommentsΒΆ

Legacy formats to add justifications to issues

Nested Rules

LegacyCommentDefault

Affects issues after the comment, supports a list of rules, justification separated by :

LegacyCommentNextConstruct

Affects style violations in the next construct (statement/declaration)

LegacyCommentNextLine

Affects style violations on the next line

LegacyCommentSameLine

Affects style violations on the same line

LegacyCommentSingleRule

Affects issues after the comment, for a single rule, justification follows directly

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.