Download the PHP package metadrop/grumphp-drupal-check without Composer
On this page you can find all versions of the php package metadrop/grumphp-drupal-check. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download metadrop/grumphp-drupal-check
More information about metadrop/grumphp-drupal-check
Files in metadrop/grumphp-drupal-check
Download metadrop/grumphp-drupal-check
More information about metadrop/grumphp-drupal-check
Files in metadrop/grumphp-drupal-check
Vendor metadrop
Package grumphp-drupal-check
Short Description Execute drupal check in a grumphp task.
License
Package grumphp-drupal-check
Short Description Execute drupal check in a grumphp task.
License
Please rate this library. Is it a good library?
Informations about the package grumphp-drupal-check
Description
This repository adds a task for GrumPHP that launchs drupal-check. During a commit check Drupal code for deprecations and discover bugs via static analysis. If a deprecated code is detected, it won't pass.
Installation
Install it using composer:
Usage
1) Add the extension in your grumphp.yml file:
2) Add drupal check to the tasks:
Optionally, you can define multiple DrupalCheck arguments:
- drupal_root (string): Configure the path to the Drupal root. This fallback option can be used if drupal-check could not identify Drupal root from the provided path(s). This is useful when testing a module as opposed to a Drupal installation.
- memory_limit (string): Configure memory limit for the process.
- deprecations (boolean): Check code for deprecations. By default it is true.
- analysis (boolean): Check code analysis.
- php8 (boolean): Set PHPStan phpVersion for 8.1 (Drupal 10 requirement).
All versions of grumphp-drupal-check with dependencies
PHP Build Version
Package Version
The package metadrop/grumphp-drupal-check contains the following files
Loading the files please wait ....