Merge pull request #26390 from nextcloud/techdebt/noid/increase-php-cs-speed

Increase PHP CS speed
This commit is contained in:
Roeland Jago Douma 2021-04-01 11:18:55 +02:00 committed by GitHub
commit 68d3640076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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')