logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Check Drupal Code - Detect Deprecations | Online Free DevTools by Hexmos

Check Drupal code for deprecations with Drupal-Check. Analyze code quality, exclude directories, and improve Drupal development. Free online tool, no registration required.

drupal-check

Check Drupal PHP code for deprecations. More information: https://github.com/mglaman/drupal-check#usage.

  • Check the code in a specific directory for deprecations:

drupal-check {{path/to/directory}}

  • Check the code excluding a comma-separated list of directories:

drupal-check {{[-e|--exclude-dir]}} {{path/to/excluded_directory}},{{path/to/excluded_files/*.php}} {{path/to/directory}}

  • Don’t show a progress bar:

drupal-check --no-progress {{path/to/directory}}

  • Perform static analysis to detect bad coding practices:

drupal-check {{[-a|--analysis]}} {{path/to/directory}}

See Also