From fd159b35a5fc90e9ec88f637edc7a6003be00e65 Mon Sep 17 00:00:00 2001 From: TomasVotruba Date: Fri, 23 Apr 2021 23:11:58 +0200 Subject: [PATCH] skip liniting resource --- .github/workflows/build_scoped_rector_php70.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_scoped_rector_php70.yaml b/.github/workflows/build_scoped_rector_php70.yaml index b5df98c3eb1..b4c8e611022 100644 --- a/.github/workflows/build_scoped_rector_php70.yaml +++ b/.github/workflows/build_scoped_rector_php70.yaml @@ -52,7 +52,7 @@ jobs: php-version: 7.0 coverage: none - run: composer create-project php-parallel-lint/php-parallel-lint php-parallel-lint --ansi - - run: php-parallel-lint/parallel-lint rector-prefixed-downgraded --exclude rector-prefixed-downgraded/stubs --exclude rector-prefixed-downgraded/vendor/symfony/error-handler/Resources --exclude rector-prefixed-downgraded/vendor/symfony/http-kernel/Resources --exclude rector-prefixed-downgraded/vendor/rector/rector-nette/tests --exclude rector-prefixed-downgraded/vendor/symfony/polyfill-mbstring/bootstrap80.php + - run: php-parallel-lint/parallel-lint rector-prefixed-downgraded --exclude rector-prefixed-downgraded/stubs --exclude rector-prefixed-downgraded/vendor/symfony/error-handler/Resources --exclude rector-prefixed-downgraded/vendor/symfony/http-kernel/Resources --exclude rector-prefixed-downgraded/vendor/rector/rector-nette/tests --exclude rector-prefixed-downgraded/vendor/symfony/polyfill-mbstring/bootstrap80.php --exclude vendor/symfony/string/Resources # 5. copy repository meta files - run: |