diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2021-04-01 11:18:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-01 11:18:55 +0200 |
commit | 68d364007691750a5e8ec218c87e6cd8b0919245 (patch) | |
tree | 702aeb21339dafb45e172b220b007de074643710 | |
parent | bbc64cfabce08d96ebd70dc3b7fc58313b1ecfaa (diff) | |
parent | c83d9cafb4dcf8c11a9b02dc06b02ccc589baed6 (diff) | |
download | nextcloud-server-68d364007691750a5e8ec218c87e6cd8b0919245.tar.gz nextcloud-server-68d364007691750a5e8ec218c87e6cd8b0919245.zip |
Merge pull request #26390 from nextcloud/techdebt/noid/increase-php-cs-speed
Increase PHP CS speed
-rw-r--r-- | .php_cs.dist | 3 |
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') |