digitalrevolution/php-codesniffer-baseline
最新稳定版本:v1.3.0
Composer 安装命令:
composer require digitalrevolution/php-codesniffer-baseline
包简介
Digital Revolution PHP_Codesniffer baseline extension
README 文档
README
PHP_Codesniffer baseline
To be able to add PHP_Codesniffer or adding new rules to an existing project, it is not always possible to solve all the new issues that appear. As PHPCodesniffer doesn't have a baseline mechanism and while Issue:137 has not reached a final solution yet, this package can be used to baseline your projects current issues.
Getting Started
composer require --dev digitalrevolution/php-codesniffer-baseline
Create baseline
Create the baseline by using phpcs regularly and writing the report with the Baseline report class. You must write the baseline
to the root of the project and name it phpcs.baseline.xml.
php vendor/bin/phpcs src tests --report=\\DR\\CodeSnifferBaseline\\Reports\\Baseline --report-file=phpcs.baseline.xml --basepath=.
Or convenient wrapper for the above command:
php vendor/bin/phpcs-baseline src tests [--no-exit-code]
Usage
Use phpcs like you normally would. With phpcs.baseline.xml in the root of your project, the baseline extension will automatically read the config
file and skip errors that are contained within the baseline.
Under the hood
As PHP_Codesniffer doesn't have a nice and clean way to add an extension, this package will inject a single line of code
into the /vendor/squizlabs/php_codesniffer/src/Files/File.php upon composer install or composer update. While this
is a fragile solution, this is only until Issue:137 has reached an acceptable
solution and implementation.
About us
At 123inkt (Part of Digital Revolution B.V.), every day more than 50 development professionals are working on improving our internal ERP and our several shops. Do you want to join us? We are looking for developers.
统计信息
- 总下载量: 811.14k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 18
- 点击次数: 1
- 依赖项目数: 4
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-03-17