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
This rule shares the following common options: exclude_messages_in_system_headers, excludes, includes, justification_checker, languages, post_processing, provider, severity
The following places define options that affect this rule: CodeAnnotations, Analysis-GlobalOptions
This rule has no individual options.