mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-31 12:42:05 +01:00
[Scoped] Back to one line for --exclude in parallel-lint (#6307)
This commit is contained in:
parent
5f45c15688
commit
c436713cb1
14
.github/workflows/build_scoped_rector_php70.yaml
vendored
14
.github/workflows/build_scoped_rector_php70.yaml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user