LintFormats¶
Code annotations to support migration from lint
Nested Rules
Affects issues after the comment; example: lint -e<nr> |
|
Affects issues inside the given function; example: lint -efunc(<nr>,<name>) |
|
Affects issues in the next construct (statement/declaration); example: lint -e{<nr>,<nr>} |
|
Affects issues in the next expression; example: lint -e(<nr>,<nr>) |
|
Affects issues after the comment inside the given macro(s); example: lint -emacro(<nr>,<sym1>,<sym2>,…) |
|
Affects issues in the same line; example: lint !e<nr> |
|
Affects issues after the comment matching the given entity name; example: lint -esym(<nr>,<sym1>,<sym2>,…) |
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.