LintFormats

Code annotations to support migration from lint

Nested Rules

LintBasic

Affects issues after the comment; example: lint -e<nr>

LintFunctions

Affects issues inside the given function; example: lint -efunc(<nr>,<name>)

LintListNextConstruct

Affects issues in the next construct (statement/declaration); example: lint -e{<nr>,<nr>}

LintListNextExpression

Affects issues in the next expression; example: lint -e(<nr>,<nr>)

LintMacros

Affects issues after the comment inside the given macro(s); example: lint -emacro(<nr>,<sym1>,<sym2>,…)

LintSameLine

Affects issues in the same line; example: lint !e<nr>

LintSymbols

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.