We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
paths-file
The "--paths-file" option does not exist, though there's mention of it in https://github.com/php-actions/phpstan#inputs.
I tried to use it like this:
- name: PHPStan Static Analysis uses: php-actions/phpstan@v3 with: memory_limit: 1G paths_file: .phpstan.paths
When running it the action I saw this error:
The "--paths-file" option does not exist.
Seems like this isn't implemented anymore?
The text was updated successfully, but these errors were encountered:
Thanks for your comment, @myyk - I'll take a look into this as soon as I can. In the meantime, you can use args to pass arbitrary arguments.
args
Sorry, something went wrong.
Thank you, I switched to configuration with a .neon file which did everything I wanted and more.
configuration
.neon
Great to hear. I'll keep this open though, as I would like this repo to be fully compatible with all PHPStan features.
No branches or pull requests
The "--paths-file" option does not exist, though there's mention of it in https://github.com/php-actions/phpstan#inputs.
I tried to use it like this:
When running it the action I saw this error:
Seems like this isn't implemented anymore?
The text was updated successfully, but these errors were encountered: