aboutsummaryrefslogtreecommitdiff
path: root/phpcs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'phpcs.xml')
-rw-r--r--phpcs.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpcs.xml b/phpcs.xml
index 5da38fa5b..595bf581a 100644
--- a/phpcs.xml
+++ b/phpcs.xml
@@ -11,6 +11,7 @@
<exclude-pattern>./data/config.php</exclude-pattern>
<exclude-pattern>./data/users/*/config.php</exclude-pattern>
<exclude-pattern>./extensions/</exclude-pattern>
+ <exclude-pattern>./p/scripts/vendor/</exclude-pattern>
<exclude-pattern>*.min.js$</exclude-pattern>
<!-- Duplicate class names are not allowed -->
<rule ref="Generic.Classes.DuplicateClassName"/>