aboutsummaryrefslogtreecommitdiff
path: root/phpcs.xml
diff options
context:
space:
mode:
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 -->