A shared, Composer-installable Drupal linting toolkit aligned with Drupal.org CI.
This package is consumed directly from GitHub.
composer config repositories.ict-nick-drupal-lint vcs https://github.com/ict-nick/drupal_lint.git
composer require --dev ict-nick/drupal-lint:dev-mainLint only git-changed custom code (default):
vendor/bin/ict-lint
Lint all custom code:
vendor/bin/ict-lint --all