-
Notifications
You must be signed in to change notification settings - Fork 87
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
feat: sort husky hooks #103
Conversation
index.js
Outdated
// https://git-scm.com/docs/githooks | ||
[ | ||
'applypatch-msg', | ||
'pre-applypatch', | ||
'post-applypatch', | ||
'pre-commit', | ||
'pre-merge-commit', | ||
'prepare-commit-msg', | ||
'commit-msg', | ||
'post-commit', | ||
'pre-rebase', | ||
'post-checkout', | ||
'post-merge', | ||
'pre-push', | ||
'pre-receive', | ||
'update', | ||
'post-receive', | ||
'post-update', | ||
'push-to-checkout', | ||
'pre-auto-gc', | ||
'post-rewrite', | ||
'rebase', | ||
'sendemail-validate', | ||
'fsmonitor-watchman', | ||
'p4-pre-submit', | ||
'post-index-change', | ||
], |
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.
You prefer keep this list here, or a separate package I build https://github.com/fisker/git-hooks-list ?
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.
Yes I was thinking we could start moving a lot of this stuff out to dependencies. I'm happy to add this dependency 👍
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.
done.
🎉 This PR is included in version 1.34.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Not sure is this #20 requested, we should sort them anyway.