Skip to content

Commit 0b1244c

Browse files
committed
rector: exclude files
1 parent 966225a commit 0b1244c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.rector.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
->withSkip([
1616
CodeQuality\BooleanNot\SimplifyDeMorganBinaryRector::class,
1717
CodeQuality\If_\SimplifyIfReturnBoolRector::class,
18+
__DIR__ . '/shell/translations.php',
19+
__DIR__ . '/shell/update-copyright.php.php',
1820
])
1921
->withRules([
2022
CodeQuality\BooleanNot\ReplaceMultipleBooleanNotRector::class,

0 commit comments

Comments
 (0)