nlubisch/grumphp-easycodingstandard
Composer 安装命令:
composer require nlubisch/grumphp-easycodingstandard
包简介
EasyCodingStandard Task for GrumPHP
README 文档
README
This package extends GrumPHP with a task that runs EasyCodingStandard.
Installation
The easiest way to install this package is through composer:
composer require nlubisch/grumphp-easycodingstandard --dev
Add the extension loader to your grumphp.yml
parameters: extensions: - NLubisch\GrumPHP\Extension
Usage
parameters: tasks: ecs: whitelist_patterns: - src - tests fix: true
config
Default: null
If the EasyCodingStandard config is in a different path you can specify it.
whitelist_patterns
Default: []
This parameters is an array of directories/files to run EasyCodingStandard on.
fix
Default: false
If EasyCodingStandard finds any error fix defines if they should be fixed.
统计信息
- 总下载量: 2.52k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-04-10