drupal-conventions icon indicating copy to clipboard operation
drupal-conventions copied to clipboard

Check (and fix) your code against Drupal's code conventions and coding standard.

Results 4 drupal-conventions issues
Sort by recently updated
recently updated
newest added

This PR adds Drupal 9 support * [x] * [ ] * [ ] Follows #. Related to #8 . Fixes #8 .

## Steps required to reproduce the problem 1. Need to have this working for Drupal 9+ ## Expected Result * As a user when I run the command it should...

## Steps required to reproduce the problem ``` { "name": "andy/test", "require": { "drupol/drupal-conventions": "^1.7" }, "authors": [ { "name": "Andy Rigby", "email": "[email protected]" } ], "extra": { "grumphp": {...

Hello Pol! My task is simple (I think): Fix specific style rules in specific files. E.g. I have one file that has a lot of code style problems, but all...