Skip to content
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

it doesn't work with husky #1

Closed
bimaindra opened this issue Apr 27, 2024 · 1 comment
Closed

it doesn't work with husky #1

bimaindra opened this issue Apr 27, 2024 · 1 comment
Labels

Comments

@bimaindra
Copy link

I'm using this plugin with commitizen, commitlint and husky.

But it seems this plugin still does not work together with the Husky configuration as they have commit-msg hooks to check the commit message -> pnpm dlx commitlint --edit $1.

Got this error
Screenshot 2024-04-27 at 11 01 01

Any idea how to fix it?

@promet99
Copy link
Owner

Hi,

  1. Husky does not seem to be the problem.
  2. It seems like commitlint is failing. Which is not quite related to this package.
  3. this plugin is interactive. Which means, you are asked to type in the commit msg, "after" git commit. Is this how you are using this package?

Try testing commitizen and this package, WITHOUT husky and commitlint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants