axelerant / drupal-quality-checker

Pre-commit code quality checker for Drupal based projects.
https://packagist.org/packages/axelerant/drupal-quality-checker
12 stars 9 forks source link

phpmd changes #32

Closed zeshanziya closed 4 months ago

zeshanziya commented 4 months ago

Below are the changes

  1. Whitelist the themes/custom directory for checking.
  2. Check for both theme and module extensions as well.
  3. Exclude the UnusedFormalParameter rule.
  4. Remove the codesize.xml ruleset for now.
  5. Completely exclude the StaticAccess ruleset instead of whitelisting static classes, as the list will keep growing.