projects
/
tweeper.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aab5bc9
)
Add a HACKING file to describe the coding style used in the project
author
Antonio Ospite <ao2@ao2.it>
Mon, 23 May 2016 13:55:34 +0000
(15:55 +0200)
committer
Antonio Ospite <ao2@ao2.it>
Mon, 23 May 2016 13:55:34 +0000
(15:55 +0200)
HACKING
[new file with mode: 0644]
patch
|
blob
diff --git a/HACKING
b/HACKING
new file mode 100644
(file)
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 .