digitalrevolution/php-codesniffer-baseline
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.
digitalrevolution/php-codesniffer-baseline 适用场景与选型建议
digitalrevolution/php-codesniffer-baseline 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 1.06M 次下载、GitHub Stars 达 19, 最近一次更新时间为 2022 年 03 月 17 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 digitalrevolution/php-codesniffer-baseline 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 digitalrevolution/php-codesniffer-baseline 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 1.06M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 19
- 点击次数: 18
- 依赖项目数: 4
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-03-17