You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens regardless, of the trigger type (pre-commit, pre-push), and the executed commands.
As a workaround I am now using && to chain them into a single command.
The text was updated successfully, but these errors were encountered:
Hi thanks for using the tool and reaching out, but going to close this. Support for array syntax in the config file was added in the unreleased v0.12.0 which is why it's not available for you in v0.11.2 (which is the latest released & supported version).
#137 covers updating the documentation, and hopefully once #143 lands that will be a bit more clear.
Hi thanks for using the tool and reaching out, but going to close this. Support for array syntax in the config file was added in the unreleased v0.12.0 which is why it's not available for you in v0.11.2 (which is the latest released & supported version).
#137 covers updating the documentation, and hopefully once #143 lands that will be a bit more clear.
Environment Details
Description
Whenever I use the multi-command syntax using toml arrays, rusty-hook fails with the following output:
This happens regardless, of the trigger type (pre-commit, pre-push), and the executed commands.
As a workaround I am now using && to chain them into a single command.
The text was updated successfully, but these errors were encountered: