Skip to content

Commit 1acbe6b

Browse files
authored
Fix testeability typo (#542)
1 parent daffd5f commit 1acbe6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RULES_DESCRIPTIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ _Configuration_: N/A
136136
## cognitive-complexity
137137

138138
_Description_: [Cognitive complexity](https://www.sonarsource.com/resources/white-papers/cognitive-complexity.html) is a measure of how hard code is to understand.
139-
While cyclomatic complexity is good to measure "testeability" of the code, cognitive complexity aims to provide a more precise measure of the difficulty of understanding the code.
139+
While cyclomatic complexity is good to measure "testability" of the code, cognitive complexity aims to provide a more precise measure of the difficulty of understanding the code.
140140
Enforcing a maximum complexity per function helps to keep code readable and maintainable.
141141

142142
_Configuration_: (int) the maximum function complexity

0 commit comments

Comments
 (0)