Skip to content

Commit

Permalink
Added _generated Codeception folder to phpcs ignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
SidRoberts authored and niden committed Jun 29, 2019
1 parent d3caa77 commit c897b16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php_cs.dist
Expand Up @@ -3,6 +3,7 @@
$finder = PhpCsFixer\Finder::create()
->in('tests/')
->exclude('syntax/volt/')
->exclude('_support/_generated/')
->exclude('_data/fixtures/Annotations/');

return PhpCsFixer\Config::create()
Expand Down

0 comments on commit c897b16

Please sign in to comment.