Skip to content

Commit

Permalink
Ignore dev shell-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel committed Sep 19, 2024
1 parent 1a5704e commit ae0df9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
__DIR__ . '/tests',
])
->withSkipPath(__DIR__ . '/vendor')
->withSkip([
__DIR__ . '/shell/translations.php',
__DIR__ . '/shell/update-copyright.php.php'
])
->withRules([
// CodeQuality\BooleanNot\SimplifyDeMorganBinaryRector::class, # wait for https://github.com/rectorphp/rector/issues/8781
CodeQuality\Foreach_\UnusedForeachValueToArrayKeysRector::class,
Expand Down

0 comments on commit ae0df9e

Please sign in to comment.