-
Notifications
You must be signed in to change notification settings - Fork 2
Unable to use checkmake hook #2
Comments
Looks like the Perhaps the underlying issue is that this hook has not been updated since Nov 2019, while the upstream dependency on mrtazz/checkmake has been updated since then to support newer versions of Golang? |
@colindean, @Lucas-C: Looks like some things have changed with Go modules and the upstream mrtazz/checkmake project. Trying with simply So it looks like the assumptions made by new versions of GoLang and Go modules are preventing this repo from wrapping the upstream Go project as a I've opened a Pull Request upstream to get this included in that repo: |
@colindean, @trinitronx : thank you both for investigating this. I'm not using this Else, if you find a way to make it works in a PR, I'll be happy to merge it. |
Any update on this, I see the PR submitted by @trinitronx but it hasn't been accepted :-) |
Alright, but nobody here can do much about it 😊 You were right to add a comment on mrtazz/checkmake#69, that's probably where things can move forward |
mrtazz/checkmake#69 was merged, so I consider this done! @Lucas-C, perhaps you could/should commit to the README pointing people to checkmake directly and archive this repo…? |
I've placed this in my pre-commit configuration:
It errors when setting up.
pre-commit log output:
version information
error information
I speculate that this might be a pre-commit problem and not this specific checkmake hook's problem. It seems like how pre-commit is invoking
go install
may be nonsensical.The text was updated successfully, but these errors were encountered: