This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Description
When trying to commit on OSX (after properly installing the pre-commit hooks and .gitlint.yaml
file), I receive the following error:
xargs: illegal option -- -
I believe this is caused by this line as OSX xargs don't seem to support --null
and --no-run-if-empty
. (Also seen in the hg file).
I'd like to note that the actual git lint
command works fine. I seem to only get this when trying to commit.