Skip to content

Commit

Permalink
Rector --no-diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jan 6, 2022
1 parent 6a8fcd6 commit a28458e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/transform-source
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ set -o nounset

export TARGET_PHP_VERSION=$1

vendor/bin/rector process src tests/PHPStan tests/e2e -c build/rector-downgrade.php
vendor/bin/rector process src tests/PHPStan tests/e2e -c build/rector-downgrade.php --no-diffs

vendor/bin/rector process vendor/symfony vendor/nette -c build/rector-downgrade-vendor.php || true
vendor/bin/rector process vendor/symfony vendor/nette -c build/rector-downgrade-vendor.php --no-diffs || true

0 comments on commit a28458e

Please sign in to comment.