6.2.4.2. CodeAnnotations¶
Markup comments to influence analysis
Nested Rules
Code annotations provided outside the source code |
|
Code annotations to support migration from other tools |
|
Code annotations that do not suppress issues (e.g., only adding a justification) |
|
Report code ranges that are affected by code annotations |
|
Report Axivion Disable comments as style violations if they are not re-enabled at the end of the file |
|
Report superfluous control comments as style violations |
|
Code annotations that suppress issues |
Options¶
Setting an option for this rule means setting the default for all nested rules.
The following places define options that affect this rule: Analysis-GlobalOptions
show_debug_output¶
show_debug_output : bool = False
use_analysis_config_py¶
use_analysis_config_py : bool = False
analysis_config.py).
If you mix old and new configuration, the order is as follows:
- old defaults,
- new-style configured settings,
- settings from custom
analysis_config.pyfiles (that is, new configuration overwrites old defaults, but if you were using ananalysis_config.pyfile, that will win)