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 e75525f commit ece0ca1Copy full SHA for ece0ca1
config/pdepend-summary-formatter.yml.dist
@@ -8,7 +8,7 @@ colorizer:
8
# https://phpmd.org/rules/design.html#couplingbetweenobjects
9
# https://pdepend.org/documentation/software-metrics/coupling-between-objects.html
10
cbo:
11
- green: [ 0, 13 ],
+ green: [ 0, 13 ]
12
red+bold: [ 14, null ]
13
14
# https://phpmd.org/rules/codesize.html#excessiveclasslength
@@ -35,7 +35,7 @@ colorizer:
35
36
# https://phpmd.org/rules/codesize.html#toomanyfields
37
vars:
38
- green: [ 0, 15 ],
+ green: [ 0, 15 ]
39
red+bold: [ 16, null ]
40
41
# https://phpmd.org/rules/codesize.html#excessiveclasscomplexity
0 commit comments