Increase PHP CS speed

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/26390/head
Joas Schilling 3 years ago
parent b67ac4ec9b
commit c83d9cafb4
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA

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

Loading…
Cancel
Save