Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deactivate Cyclomatic Complexity Checks
Cyclomatic Complexity corresponds to the number of decisions a block of code contains plus 1. This number (also called McCabe number) is equal to the number of linearly independent paths through the code. This number can be used as a guide when testing conditional logic in blocks.
- Loading branch information