C#-FilenameNaming¶
Use only certain characters for file names
Required inputs: CSharpAST
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: excludes, includes, justification_checker, post_processing, provider, 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