Skip to content

Commit ba2fc9d

Browse files
committed
chore: do not check/fix coding style for tests/data/
Signed-off-by: Jack Cherng <[email protected]>
1 parent 8d4c888 commit ba2fc9d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.php_cs

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ $config = PhpCsFixer\Config::create()
6666
PhpCsFixer\Finder::create()
6767
->notPath('/branch-\\w+/') // git worktree
6868
->exclude('libs')
69+
->exclude('tests/data')
6970
->exclude('tests/Fixtures')
7071
->exclude('var')
7172
->exclude('vendor')

phpcs.xml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<file>example/</file>
88
<file>src/</file>
99
<file>tests/</file>
10+
<exclude-pattern>tests/data/</exclude-pattern>
1011
<rule ref="PSR1" />
1112
<rule ref="PSR12" />
1213
</ruleset>

0 commit comments

Comments
 (0)