C#-MaxParams¶
A function must not have more than N parameters
Required inputs: CSharpAST
Possible Messages
Key |
Text |
Severity |
Disabled |
|---|---|---|---|
excessive_parameter_number |
{0} with {1} parameters more than {2}. |
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
ignore_inherited¶
ignore_inherited : bool = False
maxparams¶
maxparams : int = 7