Skip to content

Commit 6fd610f

Browse files
committed
Exclude vendor-php dir for coding-standard-check
1 parent 5655fb7 commit 6fd610f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.php-cs-fixer.dist.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
$dirIterator = new DirectoryIterator(__DIR__ . '/' . $dirToParse);
55

66
$excludeDirs = [
7-
'node_modules'
7+
'node_modules',
8+
'vendor-php'
89
];
910

1011
$finder = PhpCsFixer\Finder::create()

0 commit comments

Comments
 (0)