CodingStyle-MaximumLineLength¶
The length of a line of code must not exceed the character limit
Required inputs: IR
Possible Messages
Key |
Text |
Severity |
Disabled |
|---|---|---|---|
excessive_line_length |
Limit the length of a line of code to {} characters. |
None |
False |
excessive_line_length_with_value |
Length of a line with {} characters exceeds limit of {} characters. |
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
ignore_comments¶
ignore_comments : bool = False
maximum_length¶
maximum_length : int = 160
show_value¶
show_value : bool = False
tab_width¶
tab_width : int = 4