We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7cdf5a commit 9dcf44bCopy full SHA for 9dcf44b
1 file changed
.github/workflows/buid_release.yaml
@@ -64,7 +64,7 @@ jobs:
64
- run: mkdir linter-local
65
- run: composer require php-parallel-lint/php-parallel-lint --ansi --working-dir linter-local --dev
66
67
- - run: linter-local/bin/parallel-lint . --exclude vendor/symfony/dependency-injection/Attribute/Autowire.php --exclude vendor/symfony/config/Definition/Dumper/XmlReferenceDumper.php --exclude vendor/symfony/console/Debug/CliRequest.php --exclude vendor/squizlabs/php_codesniffer/tests --exclude vendor/friendsofphp/php-cs-fixer/src/Runner/Runner.php --exclude vendor/friendsofphp/php-cs-fixer/src/Console/Command
+ - run: vendor/bin/parallel-lint . --exclude vendor/symfony/dependency-injection/Attribute/Autowire.php --exclude vendor/symfony/config/Definition/Dumper/XmlReferenceDumper.php --exclude vendor/symfony/console/Debug/CliRequest.php --exclude vendor/squizlabs/php_codesniffer/tests --exclude vendor/friendsofphp/php-cs-fixer/src/Runner/Runner.php --exclude vendor/friendsofphp/php-cs-fixer/src/Console/Command
68
working-directory: ecs-prefixed-downgraded
69
70
# 5. copy repository metafiles, composer.json with PHP 7.2, Github Workflows
0 commit comments