JSH318964: Do not exceed max allowed cyclomatic complexity

Checks for maximum allowed cyclomatic complexity. Cyclomatic complexity measures the number of linearly independent paths through a program's source code. The maximum number can be configured in a SPCAF ruleset. Default is 10. (JSHint option 'maxcomplexity')

TypeName: DoNotExceedMaxAllowedCyclomaticComplexity
CheckId: JSH318964
Severity: Warning
Type: JavaScriptFile
Links

comments powered by Disqus