CodingStyle-NoSingleCharIdentifier¶
Do not use identifiers consisting of just a single character
Required inputs: IR
Possible Messages
Key |
Text |
Severity |
Disabled |
|---|---|---|---|
single_char_identifier |
Identifier is single-character identifier. |
None |
False |
Options¶
This rule shares the following common options: exclude_in_macros, exclude_messages_in_system_headers, excludes, extend_exclude_to_macro_invocations, includes, justification_checker, languages, post_processing, provider, report_at, severity
The following places define options that affect this rule: Stylechecks, Analysis-GlobalOptions
exclude_catch¶
exclude_catch : bool = False
exclude_local_nonstatic_variables¶
exclude_local_nonstatic_variables : bool = False
exclude_local_static_variables¶
exclude_local_static_variables : bool = False
exclude_loop_counter¶
exclude_loop_counter : bool = False
exclude_template_parameter_names¶
exclude_template_parameter_names : bool = False
whitelist¶
whitelist : set[str] = set()