Skip to content

Commit

Permalink
Limit to src, tests, and example directories
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Mar 10, 2024
1 parent a449412 commit a96b62d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@

$finder = PhpCsFixer\Finder::create()
->files()
->in(__DIR__);
->in(__DIR__ . '/src')
->in(__DIR__ . '/tests')
->in(__DIR__ . '/example')
;

$config = new PhpCsFixer\Config;
$config->setFinder($finder)
Expand Down

0 comments on commit a96b62d

Please sign in to comment.