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
Is your feature request related to a problem? Please describe.
If a project uses the husky package to manage Git hooks, the install will collide with it when overriding the file for pre-commit.
Describe the solution you'd like
It would be nice to have php-pre-commit detect that husky is being used and add itself to the pre-commit file if any existes. Otherwise, just perform normally.
Describe alternatives you've considered
Adding husky here, to manage the hooks, but it doesn't make sense, because of the different languages. (We might however consider building from husk to have the same with PHP.)
Additional context
None.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
If a project uses the husky package to manage Git hooks, the install will collide with it when overriding the file for
pre-commit
.Describe the solution you'd like
It would be nice to have
php-pre-commit
detect that husky is being used and add itself to thepre-commit
file if any existes. Otherwise, just perform normally.Describe alternatives you've considered
Adding husky here, to manage the hooks, but it doesn't make sense, because of the different languages. (We might however consider building from husk to have the same with PHP.)
Additional context
None.
The text was updated successfully, but these errors were encountered: