Skip to content

Instantly share code, notes, and snippets.

@sadanandkenganal
sadanandkenganal / drupal_coding_standards_check.md
Last active May 18, 2016 09:42
Detects violations of a defined set of coding standards. It works with Drupal 6, 7, or 8.

Detects violations of a defined set of coding standards. It works with Drupal 6, 7, or 8.

PHP_CodeSniffer is a library that tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards. It works with Drupal 6, 7, or 8.

Coder contains "sniffs" for PHP CodeSniffer. These "sniffs" tell PHP CodeSniffer whether code meets Drupal coding standards or not.

Steps

1.First, make sure Composer is installed correctly:

@sadanandkenganal
sadanandkenganal / install_drush_on_mac.md
Last active May 9, 2016 04:25
Installing Drush on Mac