You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
When trying to commit on OSX (after properly installing the pre-commit hooks and
.gitlint.yamlfile), I receive the following error:xargs: illegal option -- -I believe this is caused by this line as OSX xargs don't seem to support
--nulland--no-run-if-empty. (Also seen in the hg file).I'd like to note that the actual
git lintcommand works fine. I seem to only get this when trying to commit.