-
-
Notifications
You must be signed in to change notification settings - Fork 17
Use advanced Bash in entrypoint #1
New issue
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
Conversation
| eval "$command_string" | ||
| Get_command() | ||
| { | ||
| echo -n "phpstan --no-interaction --no-progress ${action_command}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
empty action_command (and action_args and action_path below) cause an extra space
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAIK only action_args is allowed to be empty...
|
We don't have a test :( |
|
Please consider running PHPStan in CI. |
|
Hi @szepeviktor , Thank you for your contribution. It looks like there are quite a few changes you're suggesting in this PR. Please could you help me understand the main benefit of the change, so I can review it later today? Thanks, |
|
House of Copy-Paste - that's a new one to me 😄 Thanks, I'm sure this will improve matters greatly. I am a fan of starting projects like this with the least code, then refactoring over time. This looks like a solid refactor, so I will merge once I've tested properly. |

I know - I know - this does not look like a script.