[Scoped] More exclude parallel lint php 7.0 (#6304)

* [Scoped] More exclude parallel lint php 7.0

* [Scoped] More exclude parallel lint php 7.0
This commit is contained in:
Abdul Malik Ikhsan 2021-05-03 19:38:30 +07:00 committed by GitHub
parent a3f2346fa8
commit d9b787661b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,18 @@ 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
- 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 vendor/rector/rector-installer/tests \
--exclude vendor/symplify/smart-file-system/tests \
--exclude vendor/symfony/http-foundation/Session \
--exclude vendor/symfony/var-dumper \
--exclude vendor/nette/caching
# 5. copy repository meta files
- run: |