Skip to content

Commit

Permalink
exclude module tests file in php-cs-fixer config
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-rolland committed Sep 9, 2024
1 parent e9b4d79 commit f2c6938
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
])->notPath([
'Unit/Resources/config/params.php',
'Unit/Resources/config/params_modified.php',
__DIR__.'/tests/Resources/modules_tests',
'tests/Resources/modules_tests',
]);


return (new PhpCsFixer\Config())
->setRiskyAllowed(true)
->setRules([
Expand Down

0 comments on commit f2c6938

Please sign in to comment.