[Scoped] Back to one line for --exclude in parallel-lint (#6307)

This commit is contained in:
Abdul Malik Ikhsan 2021-05-03 20:27:27 +07:00 committed by GitHub
parent 5f45c15688
commit c436713cb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,19 +58,7 @@ jobs:
cp -R rector-prefixed-downgraded-php70/vendor/symfony/string/* vendor/symfony/string/
composer create-project php-parallel-lint/php-parallel-lint php-parallel-lint --ansi
- run: >-
php-parallel-lint/parallel-lint rector-prefixed-downgraded-php70
--exclude rector-prefixed-downgraded-php70/stubs
--exclude rector-prefixed-downgraded-php70/vendor/symfony/error-handler/Resources
--exclude rector-prefixed-downgraded-php70/vendor/symfony/http-kernel/Resources
--exclude rector-prefixed-downgraded-php70/vendor/rector/rector-nette/tests
--exclude rector-prefixed-downgraded-php70/vendor/symfony/polyfill-mbstring/bootstrap80.php
--exclude rector-prefixed-downgraded-php70/vendor/tracy/tracy/examples
--exclude rector-prefixed-downgraded-php70/vendor/rector/rector-installer/tests
--exclude rector-prefixed-downgraded-php70/vendor/symplify/smart-file-system/tests
--exclude rector-prefixed-downgraded-php70/vendor/symfony/http-foundation/Session
--exclude rector-prefixed-downgraded-php70/vendor/symfony/var-dumper
--exclude rector-prefixed-downgraded-php70/vendor/nette/caching
- run: php-parallel-lint/parallel-lint rector-prefixed-downgraded-php70 --exclude rector-prefixed-downgraded-php70/stubs --exclude rector-prefixed-downgraded-php70/vendor/symfony/error-handler/Resources --exclude rector-prefixed-downgraded-php70/vendor/symfony/http-kernel/Resources --exclude rector-prefixed-downgraded-php70/vendor/rector/rector-nette/tests --exclude rector-prefixed-downgraded-php70/vendor/symfony/polyfill-mbstring/bootstrap80.php --exclude rector-prefixed-downgraded-php70/vendor/tracy/tracy/examples --exclude rector-prefixed-downgraded-php70/vendor/rector/rector-installer/tests --exclude rector-prefixed-downgraded-php70/vendor/symplify/smart-file-system/tests --exclude rector-prefixed-downgraded-php70/vendor/symfony/http-foundation/Session --exclude rector-prefixed-downgraded-php70/vendor/symfony/var-dumper --exclude rector-prefixed-downgraded-php70/vendor/nette/caching
# 5. copy repository meta files
- run: |