We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d4c888 commit ba2fc9dCopy full SHA for ba2fc9d
.php_cs
@@ -66,6 +66,7 @@ $config = PhpCsFixer\Config::create()
66
PhpCsFixer\Finder::create()
67
->notPath('/branch-\\w+/') // git worktree
68
->exclude('libs')
69
+ ->exclude('tests/data')
70
->exclude('tests/Fixtures')
71
->exclude('var')
72
->exclude('vendor')
phpcs.xml
@@ -7,6 +7,7 @@
7
<file>example/</file>
8
<file>src/</file>
9
<file>tests/</file>
10
+ <exclude-pattern>tests/data/</exclude-pattern>
11
<rule ref="PSR1" />
12
<rule ref="PSR12" />
13
</ruleset>
0 commit comments