Skip to content

Commit 96b7bb5

Browse files
committed
Exclude meta/attributes/public directory from PHP-CS-Fixer configuration.
Since it's a separate repo the fixer should be configured there
1 parent aa473cd commit 96b7bb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php-cs-fixer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
$finder = PhpCsFixer\Finder::create()
99
->in(__DIR__)
10+
->exclude('meta/attributes/public')
1011
->append(['.php-cs-fixer.php'])
1112
->notName('PhpStormStubsMap.php');
1213

0 commit comments

Comments
 (0)