CodingStyle-FilenameNaming¶
Use only certain characters for file names
Required inputs: IR
Possible Messages
Key |
Text |
Severity |
Disabled |
|---|---|---|---|
illegal_character |
Use only certain characters for file names. |
None |
False |
illegal_character_with_pattern |
Use only characters in “[{}]*” for file names. |
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
allowed_charset¶
allowed_charset : str = 'A-Za-z0-9!"#%&\'\(\)\*\+\,\-\./:\\;<=>\?\[\]\^_\{\|\}\~ \t\f\v\n\r\0\a\b'
show_charset¶
show_charset : bool = False