ConstructBasedNonSuppressingIssueCommentsΒΆ

Code annotations to comment on issues in selected constructs (statement/declaration)

Nested Rules

CommentNextCodeline

Affects style violations in the first line of the next statement, declaration, #line or #pragma, whatever comes earlier

CommentNextConstruct

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

CommentPreviousConstruct

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

CommentSameConstruct

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

UniversalCommentNextConstruct

Affects issues in the next construct (statement/declaration), supports a list of rules, justification separated by :

UniversalCommentNextConstructSingleRule

Affects issues in the next construct (statement/declaration) 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.