Skip to content
This repository was archived by the owner on Dec 13, 2022. It is now read-only.

Commit 7e2dc1e

Browse files
committed
[TASK] Enable cs-fixer from root
1 parent 0f2734f commit 7e2dc1e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.php-cs-fixer.php

+5-3
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@
2121
2222
The TYPO3 project - inspiring people to share!
2323
EOM,
24-
true)
24+
true)
2525
->getFinder()
26-
->in(__DIR__ . '/src/')
27-
->in(__DIR__ . '/Tests/');
26+
->exclude(['Build', 'Data', 'tools', 'var', 'vendor', 'Web'])
27+
->in(__DIR__)
28+
;
29+
2830
return $config;

0 commit comments

Comments
 (0)