git-hooks.nix icon indicating copy to clipboard operation
git-hooks.nix copied to clipboard

gitlint: add `flags` option

Open bmrips opened this issue 2 months ago • 5 comments

The gitlint hook requires --msg-filename to appear last on the command line such that it is in front of the commit message filename. This is not the case when the args option is set. To fix this, we append --msg-filename to the args option.

Fixes #641.

bmrips avatar Oct 18 '25 09:10 bmrips