Hyungsub Kim
Hyungsub Kim
Hi! I’m interested in working on this. Would it be okay if I gave it a try?
> [@khs-alt](https://github.com/khs-alt) Sure, I have assigned this to you. Hi! I saw that Keploy already has both .pre-commit-config.yaml and .golangci.yml in the repo. Just to clarify — are you mainly...
Hi @AkashKumar7902, I’d like to work on this by adding a `.pre-commit-config.yaml` file with the following content: ```yaml - repo: https://github.com/golangci/golangci-lint rev: v2.1.2 hooks: - id: golangci-lint ``` Additionally, I...
Hi! I'm interested in this issue. May I get and try it?
I have read the CLA Document and I hereby sign the CLA
recheck
@AkashKumar7902 Thank you for finding the problem! Could you please run the following command and then try committing again (using git commit -s)? `pre-commit clean` Also, could you let me...
Hi @AkashKumar7902, It looks like an outdated golangci-lint version causes the issue. When you run `pre-commit install` if golangci-lint is already installed, it won’t be re-installed or updated—instead, the existing...
> also, can you please remove the commitzen hook from precommit config file ? Sure! I’ll remove the commitzen hook from the pre-commit config file
> Hey @khs-alt, my golangci-lint points to latest: v2.1.5 Log: https://paste.opensuse.org/pastes/202187310373 Hi, @AkashKumar7902 I have tested this issue on multiple machines, but I am still having difficulty reproducing and resolving...