vijaycs85 / drupal-quality-checker

51 stars 37 forks source link

Enable debugging pareview.sh style #2

Open ikit-claw opened 6 years ago

ikit-claw commented 6 years ago

First of all, this is awesome thanks for the project.

Would it be possible to extend this to make it pick up the following? Coder Sniffer DrupalPractice Codespell

These do not seem to be picked up by the quality checker.

vijaycs85 commented 6 years ago

Sure, we just need to add additional checks. I think code sniffer is already set. PRs are welcome 👍

q0rban commented 5 years ago

To add DrupalPractice to Codesniffer, in grumphp.yml:

parameters:
  tasks:
    phpcs:
      standard: Drupal,DrupalPractice