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 has been archived by the owner on Sep 9, 2020. It is now read-only.
It seems that git-lint was working fine on python3.5, but after upgrading to python3.6, I get the error
~/programming/prove-math/server/lib % git commit
xargs: illegal option -- -
usage: xargs [-0opt] [-E eofstr] [-I replstr [-R replacements]] [-J replstr]
[-L number] [-n number [-x]] [-P maxprocs] [-s size]
[utility [argument ...]]
There are some problems with the modified files.
Fix them before committing or suggest a change to the rules defined in REPO_HOME/.gitlint.yaml.
If it is not possible to fix them all commit with the option --no-verify.
. Do you plan to support python3.6? And if so, can you give a time estimate for when the support will come?
The text was updated successfully, but these errors were encountered:
Given your error, the problem is in the pre commit script. It seems that
you are using mac, which does not support the --null option. Unfortunately
there's no easy fix that's portable. See
https://github.com/sk-/git-lint/issues/88
On Sat, Jul 15, 2017 at 3:24 AM, Matthew Lancellotti < ***@***.***> wrote:
It seems that git-lint was working fine on python3.5, but after upgrading
to python3.6, I get the error
~/programming/prove-math/server/lib % git commit
xargs: illegal option -- -
usage: xargs [-0opt] [-E eofstr] [-I replstr [-R replacements]] [-J replstr]
[-L number] [-n number [-x]] [-P maxprocs] [-s size]
[utility [argument ...]]
There are some problems with the modified files.
Fix them before committing or suggest a change to the rules defined in REPO_HOME/.gitlint.yaml.
If it is not possible to fix them all commit with the option --no-verify.
. Do you plan to support python3.6? And if so, can you give a time
estimate for when the support will come?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<https://github.com/sk-/git-lint/issues/91>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA3pmB3eHmcTcekc5Us-ybE1bh4fCnw0ks5sN6RFgaJpZM4OYg7j>
.
It seems that git-lint was working fine on python3.5, but after upgrading to python3.6, I get the error
. Do you plan to support python3.6? And if so, can you give a time estimate for when the support will come?
The text was updated successfully, but these errors were encountered: