gitlint
gitlint copied to clipboard
Linting for your git commit messages
We should add detection for `amend!` commits. Should be fairly straightforward, creating this ticket for tracking. More context in #312
Found #139, figured that it is a low-hanging fruit and went and harvested that low-hanging fruit. Closes #139
This convention is well-known in the community and deemed a good practice in several articles related to Git commit messages, ex. https://cbea.ms/git-commit/#capitalize. However, it's currently not possible to get it...
We have configured the length-rules for title and body and all of them seem to count german umlauts as two characters. I suppose this is an issue of the python...
Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.2 to 6.4.2. Changelog Sourced from coverage's changelog. Version 6.4.2 — 2022-07-12 Updated for a small change in Python 3.11.0 beta 4: modules now start with a...
Is there a way to get information about the diff of the actual commit the rule is working on? I want to implement a check that compares the size of...
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.7 to 2.14.5. Commits 566ffca Bump pylint to 2.14.5, update changelog 1b82319 Allow lists of default values in parameter documentation for Numpy (#7149) 8af7472 Fix disabling of...
Just testing out CI Enter your PR details here
Our CI builds broke on the integration tests for the gitlint commit message hook. This happened without any change in the code as far as I can tell. The build...
In a nutshell, my use case is avoiding triggering line too long errors for certain lines in the commit body. I can accomplish that, but not in a way that...