X-Git-Url: https://git.ao2.it/tweeper.git/blobdiff_plain/aab5bc915c2b6e5feb2682ef735156f934f4adfe..6d44f01a9f1e002933c158975a63ba13787ee1ee:/HACKING 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 .