- Enforce a maximum cyclomatic complexity allowed in a program
This rule is aimed at reducing code complexity by capping the amount of cyclomatic complexity allowed in a program. As such, it will warn when the cyclomatic complexity crosses the configured threshold (default is 20).
Specifies a cyclomatic complexity threshold.
You can check them out here.