PRQAFormats

Code annotations to support migration from QA-C/C++

Nested Rules

PRQAMacro

Affects issues in the given macro (all its invocations); example: #pragma PRQA_MACRO_MESSAGES_OFF “macro” <rule>

PRQANextNLines

Affects issues in the same or next N lines; example: PRQA S <rule> [[-]<N>][<justification>]

PRQARestOfFile

Affects issues until end of file; example: PRQA S <rule> EOF [<justification>]

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.