CodingStyle-CapitalizeFunctions¶
Start functions and methods with an upper-case letter
Required inputs: IR
See Also
Rule Miscellaneous-NamingConvention, which supersedes this rule as it provides more flexible support for naming conventions.Possible Messages
Key |
Text |
Severity |
Disabled |
|---|---|---|---|
funcname_starts_lowercase |
Function name does not start with upper-case letter. |
None |
False |
funcname_starts_lowercase_or_has_underscore |
Function name does not start with upper-case letter or contains underscores. |
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
allow_underscores¶
allow_underscores : bool = True