这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ It has been extracted as a separate project to make maintenance easier and enabl
| gherkin-lint-php | [Gherkin linter for PHP](https://github.com/dantleech/gherkin-lint-php) | ✅ | ✅ | ✅ |
| infection | [AST based PHP Mutation Testing Framework](https://infection.github.io/) | ✅ | ✅ | ✅ |
| larastan | [PHPStan extension for Laravel](https://github.com/nunomaduro/larastan) | ✅ | ✅ | ✅ |
| lines | [CLI tool for quick metrics of PHP projects](https://github.com/tomasVotruba/lines) | ✅ | ✅ | ✅ |
| local-php-security-checker | [Checks composer dependencies for known security vulnerabilities](https://github.com/fabpot/local-php-security-checker) | ✅ | ✅ | ✅ |
| parallel-lint | [Checks PHP file syntax](https://github.com/php-parallel-lint/PHP-Parallel-Lint) | ✅ | ✅ | ✅ |
| paratest | [Parallel testing for PHPUnit](https://github.com/paratestphp/paratest) | ✅ | ✅ | ✅ |
Expand Down
14 changes: 14 additions & 0 deletions resources/metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,20 @@
},
"test": "phpmetrics --version",
"tags": ["featured", "metrics"]
},
{
"name": "lines",
"summary": "CLI tool for quick metrics of PHP projects",
"website": "https://github.com/tomasVotruba/lines",
"command": {
"composer-bin-plugin": {
"package": "tomasvotruba/lines",
"namespace": "lines",
"links": {"%target-dir%/lines": "lines"}
}
},
"test": "lines list -q",
"tags": ["metrics"]
}
]
}