Josh Byrnes

Results 6 comments of Josh Byrnes

Yeah, I included it above, **`repo\lefthook.yml`** But here it is (in it's entirety;I did remove the default content) ```yaml # 'pwsh.exe -NoProfile -ExecutionPolicy Bypass -File ".\convcoGitHook.ps1 -MessagePath '$1'"' commit-msg: conventional-commits-check:...

Ok, Made the change to lefthook.yml ```yml # 'pwsh.exe -NoProfile -ExecutionPolicy Bypass -File ".\convcoGitHook.ps1 -MessagePath '$1'"' commit-msg: scripts: "convcoGitHook.ps1": runner: pwsh.exe -NoProfile -ExecutionPolicy Bypass -File ``` Results: No change ```...

> Sorry for the delay. Could you share a github repository with the example configuration? I mean `lefthook.yml`, `.lefthook/pre-commit/*` scripts and other files that are related to lefthook configuration. It...

Thanks for the catch, it looks a little better... now the output is the following ```powershell > lefthook run commit-msg Lefthook v1.3.9 RUNNING HOOK: commit-msg testScript.ps1: (skip) not specified in...

That worked, I'm going to explore testing a little more, that may be it. Also, one more question: Do you have any suggestions for the "rc" configuration, does it have...

The need is to leverage rc to set an environment variable to add lefthook path during execution.