We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee4ecfb commit 296505bCopy full SHA for 296505b
docs/content/how-tos/rules/FL0071.md
@@ -32,9 +32,10 @@ Reducing the cyclomatic complexity of a function typically involves decomposing
32
There is a single setting applicable to the cyclomatic complexity, which is the maximum cyclomatic complexity.
33
34
{
35
- "enabled": true,
36
- "config": {
37
- "maxComplexity": 40
38
- }
+ "cyclomaticComplexity": {
+ "enabled": true,
+ "config": {
+ "maxComplexity": 40
39
+ }
40
41
}
-
0 commit comments