Replies: 1 comment
-
Hey! It looks like a buggy behavior. I will fix it with the next release. Thank you for reporting 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I am trying to replace husky with lefthook.
I've encountered one issue and would like to know if there's a possible solution.
Here is my lefthook.yml:
When I run
npx lefthook run pre-push
, the execution itself completes without any issues, but I receive the following error log:lefthook/internal/git/command_executor.go
Lines 90 to 97 in f07bf6b
If I use
{all_files}
inrun
command (likenpm run tsc {all_files}
), this error log does not appear. However, the typecheck job then fails, so I would prefer not to use this option.Could you please let me know if there is a solution to prevent this error log without using {all_files}?
Beta Was this translation helpful? Give feedback.
All reactions