Skip to content

Commit

Permalink
temporarily exclude autowire, to skip throws
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jun 11, 2023
1 parent 38d5211 commit 4e02f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_scoped_rector.yaml
Expand Up @@ -73,7 +73,7 @@ jobs:
php-version: 7.2
coverage: none
- run: composer global require php-parallel-lint/php-parallel-lint --ansi
- run: /home/runner/.composer/vendor/bin/parallel-lint rector-prefixed-downgraded --exclude rector-prefixed-downgraded/stubs --exclude rector-prefixed-downgraded/vendor/tracy/tracy/examples --exclude rector-prefixed-downgraded/vendor/ssch/typo3-rector/templates/maker --exclude rector-prefixed-downgraded/vendor/rector/rector-generator/templates --exclude rector-prefixed-downgraded/vendor/symfony/contracts/Cache --exclude rector-prefixed-downgraded/vendor/symfony/contracts/HttpClient/Test --exclude rector-prefixed-downgraded/vendor/symfony/config/Definition/Dumper/XmlReferenceDumper.php
- run: /home/runner/.composer/vendor/bin/parallel-lint rector-prefixed-downgraded --exclude rector-prefixed-downgraded/stubs --exclude rector-prefixed-downgraded/vendor/tracy/tracy/examples --exclude rector-prefixed-downgraded/vendor/ssch/typo3-rector/templates/maker --exclude rector-prefixed-downgraded/vendor/rector/rector-generator/templates --exclude rector-prefixed-downgraded/vendor/symfony/contracts/Cache --exclude rector-prefixed-downgraded/vendor/symfony/contracts/HttpClient/Test --exclude rector-prefixed-downgraded/vendor/symfony/config/Definition/Dumper/XmlReferenceDumper.php --exclude rector-prefixed-downgraded/vendor/symfony/dependency-injection/Attribute/Autowire.php

# 5. copy repository meta files
- run: |
Expand Down

0 comments on commit 4e02f78

Please sign in to comment.