jorisroovers / gitlint

Linting for your git commit messages
http://jorisroovers.github.io/gitlint
MIT License
787 stars 99 forks source link

Forever violations even after being edited #536

Closed 5ouma closed 8 months ago

5ouma commented 8 months ago

Even if I edit the warned commit message via e(dit), it outputs the same warning. I use Gitlint as gitlint --target='/path/to/repo' install-hook to set the commit-msg hook globally with hooksPath = ~/.config/git/hooks.

I think this is because it doesn't read the commit message after edited.

sigmavirus24 commented 8 months ago

Duplicate of #180 potentially.

Please ensure you're on the latest version and provide more information to help debug this

5ouma commented 8 months ago

Yes, you're right. I used v0.19.1 the latest version for GitHub releases. If it's possible, please make a release to become able to install via Homebrew.

I'm looking forward to it being released v0.20.0 as soon as possible. Over 7 months have passed since @jorisroovers opened #462. (I know they didn't promise though.)