From: Antonio Ospite Date: Mon, 23 May 2016 13:55:34 +0000 (+0200) Subject: Add a HACKING file to describe the coding style used in the project X-Git-Tag: v0.6~2 X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/6d44f01a9f1e002933c158975a63ba13787ee1ee?hp=aab5bc915c2b6e5feb2682ef735156f934f4adfe Add a HACKING file to describe the coding style used in the project --- diff --git a/HACKING b/HACKING new file mode 100644 index 0000000..14fba7e --- /dev/null +++ b/HACKING @@ -0,0 +1,10 @@ +The code follows the Drupal coding standards: +https://www.drupal.org/coding-standards + +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: + + $ phpcs --standard=Drupal .