amarie88/robo-drupal-coding
Composer 安装命令:
composer require amarie88/robo-drupal-coding
包简介
Drupal coding commands for Robo Task Runner.
README 文档
README
Extension to apply Drupal Coding Standards with commands Robo.
Intended to be used in a CI/CD context.
Table of contents
Installation
Add "amarie88/robo-drupal-coding": "~1.0" to your composer.json:
{
"require-dev": {
"amarie88/robo-drupal-coding": "~1.0"
}
}
and execute composer update.
OR
composer require --dev amarie88/robo-drupal-coding:~1.0
Configuration
robo-drupal-coding.yml
Usage
- Check Drupal coding standards and best practices:
vendor/bin/robo drupal-coding:phpcs
- Only Drupal coding standards:
vendor/bin/robo drupal-coding:phpcs Drupal
- Only best practices:
vendor/bin/robo drupal-coding:phpcs DrupalPractice
- Check Drupal code with
drupal-check:
vendor/bin/robo drupal-coding:check
统计信息
- 总下载量: 5.89k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-04-06