ec-europa / qa-automation
此软件包最新版本(9.3.0)没有可用的许可信息。
针对质量保证的额外PHP代码规范。
9.3.0
2024-07-17 06:26 UTC
Requires
- php: >=8.1
- composer/xdebug-handler: ^3.0
- cweagans/composer-patches: ^1.7 || ^2.0
- drupal/coder: ^8.3
- phpcompatibility/php-compatibility: ^9.1
- phpmd/phpmd: ^2.12
- squizlabs/php_codesniffer: ^3.6
- symfony/yaml: ^5.0 || ^6.0 || ^7.0
Requires (Dev)
- phpunit/phpunit: ^9.0
- dev-release/9.x
- dev-release/8.x
- dev-release/3.x
- 9.3.0
- 9.2.0
- 9.1.0
- 9.0.1
- 9.0.0
- 8.3.0
- 8.2.0
- 8.1.8
- 8.1.7
- 8.1.6
- 8.1.5
- 8.1.4
- 8.1.3
- 8.1.2
- 8.1.1
- 8.1.0
- 8.0.9
- 8.0.8
- 8.0.7
- 8.0.6
- 8.0.5
- 8.0.4
- 8.0.3
- 8.0.2
- 8.0.1
- 8.0.0
- 4.2.3
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.0
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 3.4.4
- 3.4.3
- 3.4.2
- 3.4.1
- 3.4.0
- 3.3.3
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.1
- 3.2.0
- 3.1.0
- 3.0.14
- 3.0.13
- 3.0.12
- 3.0.11
- 3.0.10
- 3.0.9
- 3.0.8
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.6
- 2.5
- 2.4
- 2.3
- 2.2
- 2.1
- 2.0
- 1.2
- 1.1
- 1.0
- dev-release/4.x
This package is auto-updated.
Last update: 2024-09-23 16:20:31 UTC
README
包含所有质量保证自动化工具。它目前包含两个部分。包含有关FPFIS平台标准的PHP CodeSniffer嗅探器。以及用于在Drupal项目上运行质量分析/审查的symfony控制台实现。
1. 安装
1.1 通过composer.json安装
{ "require-dev": { "ec-europa/qa-automation": "^9.0" } }
1.2 使用composer命令安装
composer require --dev ec-europa/qa-automation:^9.0
2. 嗅探器列表
The QualityAssurance standard contains 13 sniffs
QualityAssurance (13 sniffs)
----------------------------
QualityAssurance.Functions.DrupalDeprecated
QualityAssurance.Functions.DrupalForbiddenHooks
QualityAssurance.Functions.DrupalHttpRequest
QualityAssurance.Functions.DrupalWrappers
QualityAssurance.Generic.Credentials
QualityAssurance.Generic.DeprecatedConstants
QualityAssurance.Generic.HardcodedPath
QualityAssurance.InfoFiles.Forbidden
QualityAssurance.InfoFiles.Required
QualityAssurance.InstallFiles.FunctionDeclarations
QualityAssurance.InstallFiles.HookUpdate0
QualityAssurance.InstallFiles.HookUpdateN
QualityAssurance.InstallFiles.InstallUpdateCallbacks
要更新此列表,请运行
./vendor/bin/phpcs -e --standard=QualityAssurance