You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
explanation:"### What it does\nChecks for methods with high cognitive complexity.\n\n### Why is this bad?\nMethods of high cognitive complexity tend to be hard to\nboth read and maintain. Also LLVM will tend to optimize small methods better.\n\n### Known problems\nSometimes it's hard to find a way to reduce the\ncomplexity.\n\n### Example\nYou'll see it when you get the warning.\n",
34
+
explanation:r"### What it does
35
+
Checks for methods with high cognitive complexity.
36
+
37
+
### Why is this bad?
38
+
Methods of high cognitive complexity tend to be hard to both read and maintain.
39
+
Also LLVM will tend to optimize small methods better.
40
+
41
+
### Known problems
42
+
Sometimes it's hard to find a way to reduce the complexity.
0 commit comments