Skip to content

Commit 97dd870

Browse files
committed
Fix README.md, composer.json
1 parent 07e242c commit 97dd870

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ and default values for red boundaries, based on [PHP Mess Detector](https://phpm
121121

122122
| Metric | Description | Project | Class | Trait | Method |
123123
|--------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|-------|-------|--------|
124-
| avg mi | Average [Maintainability Index](https://learn.microsoft.com/en-us/visualstudio/code-quality/code-metrics-maintainability-index-range-and-meaning?view=vs-2022) | | | | |
124+
| avg mi | Average [Maintainability Index](https://learn.microsoft.com/en-us/visualstudio/code-quality/code-metrics-maintainability-index-range-and-meaning?view=vs-2022) | 50 | | | |
125125
| cbo | [Coupling Between Objects](https://phpmd.org/rules/design.html#couplingbetweenobjects) | | 13 | 13 | |
126126
| ccn | [Cyclomatic Complexity Number](https://phpmd.org/rules/codesize.html#cyclomaticcomplexity) | | | | 10 |
127127
| ccn2 | [Extended Cyclomatic Complexity Number](https://stackoverflow.com/questions/27954015/cyclomatic-complexity-and-variants) | | | | 10 |
@@ -139,9 +139,9 @@ and default values for red boundaries, based on [PHP Mess Detector](https://phpm
139139
| hv | [Halstead Volume](https://en.wikipedia.org/wiki/Halstead_complexity_measures) | | | | 500 |
140140
| lloc | Logical Lines Of Code || | | |
141141
| loc | [Lines Of Code](https://phpmd.org/rules/codesize.html#excessivemethodlength) | | 1000 | | 100 |
142-
| max mi | Maximum of [Maintainability Index](https://learn.microsoft.com/en-us/visualstudio/code-quality/code-metrics-maintainability-index-range-and-meaning?view=vs-2022) | | | | |
142+
| max mi | Maximum of [Maintainability Index](https://learn.microsoft.com/en-us/visualstudio/code-quality/code-metrics-maintainability-index-range-and-meaning?view=vs-2022) | 50 | | | |
143143
| mi | [Maintainability Index](https://learn.microsoft.com/en-us/visualstudio/code-quality/code-metrics-maintainability-index-range-and-meaning?view=vs-2022) | | | | 50 |
144-
| min mi | Minimum of [Maintainability Index](https://learn.microsoft.com/en-us/visualstudio/code-quality/code-metrics-maintainability-index-range-and-meaning?view=vs-2022) | | | | |
144+
| min mi | Minimum of [Maintainability Index](https://learn.microsoft.com/en-us/visualstudio/code-quality/code-metrics-maintainability-index-range-and-meaning?view=vs-2022) | 50 | | | |
145145
| nocc | [Number Of Child Classes](https://phpmd.org/rules/design.html#numberofchildren) | | 15 | | |
146146
| ncloc | Non Comment Lines Of Code || | | |
147147
| noc | Number Of Classes || | | |

composer.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
{
22
"name": "andrey-tech/pdepend-summary-formatter-php",
33
"description": "Tool to show software code quality metrics, measured by PHP Depend, in console and CI/CD",
4-
"keywords": [ "pdepend", "PHP Depend", "PHP_Depend", "metrics", "quality", "console", "php", "dev" ],
4+
"keywords": [
5+
"dev",
6+
"pdepend",
7+
"metrics",
8+
"metrics-visualization",
9+
"cyclomatic-complexity",
10+
"halstead-complexity",
11+
"maintainability-index",
12+
"console"
13+
],
514
"homepage": "https://github.com/andrey-tech/pdepend-summary-formatter-php",
615
"minimum-stability": "stable",
716
"license": "MIT",

0 commit comments

Comments
 (0)