-
Notifications
You must be signed in to change notification settings - Fork 241
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
make talisman work well with other hooks #12
Comments
Im curious why pre-push rather than pre-commit? |
given #16 I'd assume it might a good to make pre-commit the default. |
@jacksingleton , we currently support using talisman as a pre-commit hook, you could look at latest Readme on master for more details. PS: I think a shell based hook management system would be most optimal for this use-case, like captain-hook, since it takes away dependence on another interpreted language like python or node. But |
Has talisman been tested together with Husky? In other words are there examples providing instructions how to configure both to work together? |
@modean Talisman provides support with Husky. Please see https://github.com/thoughtworks/talisman#2-husky-linuxunixwindows |
@jacksingleton talisman supports working with multiple hooks with pre-commit tool and Husky. Please see https://github.com/thoughtworks/talisman#handling-existing-hooks If this looks fine, could you please close this issue? |
@harinee ok let my try to configure the provided example in my projects so that I can provide you feedback on whether the results are the one I would expect. |
Hi @modean Any feedback? If you are happy with the changes, we could close this ticket |
Hi @modean , could you let us know if you were able to get it working with other hooks. If yes, we could close this ticket. |
Closing, since we didn't hear any further issues on this. Please feel free to report if issues are faced in this regard |
No description provided.
The text was updated successfully, but these errors were encountered: