aboutsummaryrefslogtreecommitdiff
path: root/phpcs.xml
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2020-05-25 19:06:23 +0200
committerGravatar GitHub <noreply@github.com> 2020-05-25 19:06:23 +0200
commit97881628ebbcd14ff3ab1b3679255531449bfd68 (patch)
tree1882cd0f67b69cf35f46040b8465e80805b5e0f2 /phpcs.xml
parent0d74cb8a4204cfaf6fd64e57b14b1ae7d23dbb84 (diff)
tec: Add a make lint command in the Makefile (#2996)
Diffstat (limited to 'phpcs.xml')
-rw-r--r--phpcs.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpcs.xml b/phpcs.xml
index 9bea1f3ad..b2bbe8896 100644
--- a/phpcs.xml
+++ b/phpcs.xml
@@ -7,6 +7,9 @@
<exclude-pattern>./lib/PHPMailer/</exclude-pattern>
<exclude-pattern>./lib/http-conditional.php</exclude-pattern>
<exclude-pattern>./lib/lib_phpQuery.php</exclude-pattern>
+ <exclude-pattern>./data/config.php</exclude-pattern>
+ <exclude-pattern>./data/users/*/config.php</exclude-pattern>
+ <exclude-pattern>./extensions/</exclude-pattern>
<!-- Duplicate class names are not allowed -->
<rule ref="Generic.Classes.DuplicateClassName"/>
<!-- Statements must not be empty -->