Browse Source

Increase PHP CS speed

Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling 3 years ago
parent
commit
c83d9cafb4
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .php_cs.dist

+ 3 - 0
.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')