AutosarC++18_03-A13.6.1¶
Digit sequences separators ‘ shall only be used as follows: (1) for decimal, every 3 digits, (2) for hexadecimal, every 2 digits, (3) for binary, every 4 digits
Required inputs: IR
Possible Messages
Key |
Text |
Severity |
Disabled |
|---|---|---|---|
digit_separator |
Possibly unreadable digit separators. |
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
num_binary_digits¶
num_binary_digits : int = 4
num_decimal_digits¶
num_decimal_digits : int = 3
num_hex_digits¶
num_hex_digits : int = 2