rspec/rules/S1541/rule.adoc

5 lines
178 B
Plaintext
Raw Normal View History

== Why is this an issue?
The Cyclomatic Complexity of functions should not exceed a defined threshold. Complex code may perform poorly and can be difficult to test thoroughly.