Suppressions¶
Code annotations that suppress issues
Nested Rules
Code annotations that suppress issues in selected constructs (statement/declaration) |
|
Affects dead code issues, entity can be used to limit the issues |
|
Affects issues after the “Disable” comment until a matching “Enable” comment is found; supports a list of rules, justification separated by : |
|
Affects issues after the “Disable” comment until a matching “Enable” comment is found; for a single rule, justification follows directly |
|
Affects issues in the same file |
|
Code annotations that suppress issues in selected lines |
|
Affects Miscellaneous-NoMagicNumber violations on the same line |
|
Code annotations that suppress issues in the whole project |
|
Affects issues in hand-written code being inserted into generated files by Rhapsody |
|
Code annotations that suppress issues in selected functions |
|
Affects style violations in the given macro (all its invocations) |
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.