coderkakarrot / drupal-code-scanner
Setups code quality checking tools for Drupal project.
Installs: 5 003
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
Requires
This package is auto-updated.
Last update: 2025-03-22 19:05:44 UTC
README
Overview
Provides set of libraries to easily setup code quality checks based on GrumPHP for Drupal module/theme/profile. Check out this Lullabot article for more details.
Note: This library aim to help contributed/custom Drupal module/theme/profile hosted in individual git repository.
Install
- Add
coderkakarrot/drupal-code-scanner
tocomposer.json
(like here) or justcomposer require --dev coderkakarrot/drupal-code-scanner
- Replace
grumphp.yml
in project's root directory (not Drupal root directory) withvendor/coderkakarrot/drupal-code-scanner/grumphp.yml.dist
That's it. Now, all tasks (listed below) run on every git commit
.
Note: As part of install, GrumPHP adds
pre-commit
hook to repository. Existingpre-commit
might get destroyed when install/uninstall.
Features
- PHPCS with Drupal standard.
- PHP Lint
- YAML Lint
- Composer
- Composer Normalize
- JSONLint
- PHP Copy/Paste Detector (CPD)
Long list of additional checks/validators available here.