-
If you maintain one or more #opensource projects, consider taking #Tidelift's 2024 #maintainer survey at:
https://blog.tidelift.com/take-the-2024-open-source-maintainer-survey
-
@musicmatze After reviewing several tools, I currently find #commitlint the most useful for checking commit messages.
➕: flexible enough configuration that allows me to tune it to my preferences, instead of following someone else's opinions
➖: it needs npm which doesn't fit any of my projects
I use it as a GitHub Action for PRs, and locally I let vim highlight/autoformat my own commit messages.
#gitlint is pretty close too, it only misses a "subject must start uppercase" rule I care about.