CodingStyle-NoDoubleUnderscoreInMacroΒΆ

Do not use more than one consecutive underscore in a macro

Required inputs: IR

This rule prevents the use of multiple consecutive underscores within macro names.

Possible Messages

Key

Text

Severity

Disabled

double_underscore_in_macro

Macro definition with consecutive underscores.

None

False

macro_starting_with_double_underscore

Macro name starting with consecutive underscores.

None

False

Options