C#-MaxNesting¶
A function must have a nesting level less than or equal N
Required inputs: CSharpAST
Possible Messages
Key |
Text |
Severity |
Disabled |
|---|---|---|---|
excessive_nesting |
Nesting level {0} greater than {1}. |
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
count_elseif¶
count_elseif : bool = False
count_nestedusing¶
count_nestedusing : bool = False
maxnesting¶
maxnesting : int = 10