Forrest logo
back to context overview

drupal-check

List of commands for drupal-check:

  • drupal-check:tldr:238b6 drupal-check: Perform static analysis to detect bad coding practices.
    $ drupal-check --analysis ${path-to-directory}
    try on your machine
    explain this command
  • drupal-check:tldr:7a6c2 drupal-check: Don't show a progress bar.
    $ drupal-check --no-progress ${path-to-directory}
    try on your machine
    explain this command
  • drupal-check:tldr:b1fd7 drupal-check: Check the code in a specific directory for deprecations.
    $ drupal-check ${path-to-directory}
    try on your machine
    explain this command
  • drupal-check:tldr:dac96 drupal-check: Check the code excluding a comma-separated list of directories.
    $ drupal-check --exclude-dir ${path-to-excluded_directory},${path-to-excluded_files-*-php} ${path-to-directory}
    try on your machine
    explain this command
back to context overview