johnatas-x/grumphp-phpa
最新稳定版本:2.18.0
Composer 安装命令:
composer require johnatas-x/grumphp-phpa
包简介
Execute phpa in a grumphp task.
README 文档
README
This repository adds a task for GrumPHP that launchs php-assumptions. During a commit check for weak assumption. If an assumption is detected, it won't pass.
Installation
Install it using composer:
composer require --dev johnatas-x/grumphp-phpa
Usage
- Add the extension in your grumphp.yml file:
extensions: - GrumphpPhpa\ExtensionLoader
- Add phpa to the tasks:
tasks:
phpa:
path: ~
exclude: []
- path (string): The path to analyse.
- exclude (array): List of files/directories to exclude from the analyse.
统计信息
- 总下载量: 5.61k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2023-09-02