rasta/sniffs
Composer 安装命令:
composer require rasta/sniffs
包简介
Rapid Agile Softwares default code styles to be used with Squizlabs' code sniffer.
README 文档
README
Rapid Agile Software default code styles to be used with Squizlabs' codesniffer and PHPCSFixer.
Install
- Create a file
easy-coding-standard.neonin the root path of project with at least below contents:
includes: - vendor/rasta/sniffs/easy-coding-standard.neon
- Run
composer require-dev rasta/sniffs
43 Add a linting command to composer.json
"scripts": {
"lint": "ecs check src cron tests --clear-cache",
"lint:fix": "ecs check src cron tests --clear-cache --fix"
}
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2020-03-20