From: Antonio Ospite <ao2@ao2.it>
Date: Tue, 14 Feb 2017 08:41:35 +0000 (+0100)
Subject: HACKING: add instructions about installing the Drupal style in PHP_CodeSniffer
X-Git-Tag: v1.1.0~7
X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/fe993292dedb4b5e6444f778218b8a02fc84e69b?ds=inline;hp=128e753561ab887cbf4b6d04900d05b88fd4027a

HACKING: add instructions about installing the Drupal style in PHP_CodeSniffer
---

diff --git a/HACKING b/HACKING
index 14fba7e..8345eaf 100644
--- a/HACKING
+++ b/HACKING
@@ -5,6 +5,13 @@ Style compliance can be checked using the Coder Sniffer extension to the PEAR
 PHP_CodeSniffer project, for instructions about how to install Coder Sniffer
 see https://www.drupal.org/node/1419988
 
-Use this command to check the style:
+TL;DR: install drupla/coder and enable the Drupal coding standard in
+PHP_CodeSniffer:
+  
+  $ composer global require drupal/coder
+  $ export PATH="$HOME/.config/composer/vendor/bin:$PATH"
+  $ phpcs --config-set installed_paths $HOME/.config/composer/vendor/drupal/coder/coder_sniffer/
+
+And then use this command to check the style:
 
   $ phpcs --standard=Drupal .