Skip to content

Commit

Permalink
cs: Fix PHP-CS-Fixer configuration to exclude fixtures/bench (#1208)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Nov 24, 2023
1 parent 42a969b commit 2a451eb
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 @@ -14,7 +14,10 @@
'bin/box',
'bin/generate_default_stub',
])
->exclude('build/dir018/var')
->exclude([
'bench',
'build/dir018/var',
])
->notName('*-phar-stub.php');

$overriddenRules = [
Expand Down

0 comments on commit 2a451eb

Please sign in to comment.