Skip to content

Commit e149695

Browse files
committed
Restrict directories
1 parent 45cc833 commit e149695

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/.php-cs-fixer.dist.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66

77
$finder = Finder::create()
88
->files()
9-
->in(__DIR__)
9+
->in([
10+
__DIR__ . '/app',
11+
__DIR__ . '/tests',
12+
])
1013
->exclude('build')
1114
->append([__FILE__]);
1215

0 commit comments

Comments
 (0)