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
We are using https://typicode.github.io/husky/ at work to prettierify the files and eslintifier as well. Tho, when I use aicommits , husky rendering is hidden (probably any command between the beginning and the end of aicommits).
Can confirm the same. No husky output in our project as well.
Infact in our case it's completely bypassing husky's pre-commit hooks that lints and prettifies the staged files.
For example, In the snapshot below, you can see how a file violating an eslint rule is committed, bypassing husky's checks.
Bug description
We are using https://typicode.github.io/husky/ at work to prettierify the files and eslintifier as well. Tho, when I use
aicommits
, husky rendering is hidden (probably any command between the beginning and the end of aicommits).Could be great not to break the output.
aicommits version
1.11.0
Environment
Can you contribute a fix?
The text was updated successfully, but these errors were encountered: