ReportSuppressedCodeRangesΒΆ

Report code ranges that are affected by code annotations

This rule will report a style violation for each code range that is affected by a code annotation (suppression). Note that this does not necessarily mean that all violations in that range are affected - the code annotation might be limited to certain types or properties of violations.

This can be used to better understand or debug the effects of code annotations.

Possible Messages

Key

Text

Severity

Disabled

suppressed_code_range

This comment affects the following code range(s): {}

None

False

Options