aboutsummaryrefslogtreecommitdiffstats
path: root/.php_cs.dist
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-03-31 10:09:18 +0200
committerJoas Schilling <coding@schilljs.com>2021-03-31 10:09:18 +0200
commitc83d9cafb4dcf8c11a9b02dc06b02ccc589baed6 (patch)
tree4dd107bbb3aac12b352c0d8d27c007c6bf32007e /.php_cs.dist
parentb67ac4ec9bc0b8ab82765f11267e7c9cbd6988a6 (diff)
downloadnextcloud-server-c83d9cafb4dcf8c11a9b02dc06b02ccc589baed6.tar.gz
nextcloud-server-c83d9cafb4dcf8c11a9b02dc06b02ccc589baed6.zip
Increase PHP CS speed
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.php_cs.dist')
-rw-r--r--.php_cs.dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/.php_cs.dist b/.php_cs.dist
index ca79254e94a..61ff9d0a10f 100644
--- a/.php_cs.dist
+++ b/.php_cs.dist
@@ -12,6 +12,9 @@ $config
->exclude('config')
->exclude('data')
->notPath('3rdparty')
+ ->notPath('build/integration/vendor')
+ ->notPath('build/lib')
+ ->notPath('build/node_modules')
->notPath('build/stubs')
->notPath('composer')
->notPath('node_modules')