-
Notifications
You must be signed in to change notification settings - Fork 45
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
Pre-commit based Installation fails - pathspec '0.2.2' did not match and others #80
Comments
BTW; I have the weird situation that in one repo using the code below seems to solve it but not in the other
N.B. This is not the main mrtazz repo Ping @trinitronx |
I have proposed a very simple fix for checkmake which appears to fix these problems for me. If I run with
Then checkmake is working for me. If anyone's following and has the same problems, please report in this ticket or on the PR if this fixes them for you. |
There is now a v0.2.2 release https://github.com/mrtazz/checkmake/releases/tag/0.2.2 |
Expected behaviour
Adding checkmake to the pre-commit file should install checkmake and work
Actual behaviour - version 0.2.2
run pre-commit run -a outputs
Actual behaviour - version 0.2.1
run pre-commit run -a outputs
Actual behaviour - version 0.2.1
run pre-commit run -a outputs
Output of
checkmake --version
n/a - not installed locally
Output of
checkmake --debug <your makefile>
n/a - not installed locally
Output of
make --version
Sample Makefile to reproduce issue
n/a - no Makefile needed.
The text was updated successfully, but these errors were encountered: