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
Adding features to gitlint (or improving existing ones) is unfortunately pretty difficult due to intermittently failing integration tests. This can also be seen in simple pull requests such as #73.
I tried a few things in #76, but haven't been able to fix it so far.
My feeling is that it is related to unicode string handling, possibly also in connection with an outdated version of sh that returns the strings that are compared to the reference result. The sh changelog shows quite a few unicode-related bugs being fixed in versions newer than the one currently used by gitlint. Those newer versions appear to be incompatible with gitlint today, so simply updating the dependency is not enough.
The text was updated successfully, but these errors were encountered:
Thanks for your ongoing interest and contributions to gitlint :-)
This is a problem I've been experiencing for a long time and also haven't been able to definitely figure out what's going on. I agree that it's probably related to unicode handling.
Will keep this open for ongoing tracking.
edit:
Btw, I personally only rarely experience this problem when running tests on my local machine or on a VM. Yet for some reason these seem to occur on every Travis run.
Adding features to
gitlint
(or improving existing ones) is unfortunately pretty difficult due to intermittently failing integration tests. This can also be seen in simple pull requests such as #73.I tried a few things in #76, but haven't been able to fix it so far.
My feeling is that it is related to unicode string handling, possibly also in connection with an outdated version of
sh
that returns the strings that are compared to the reference result. The sh changelog shows quite a few unicode-related bugs being fixed in versions newer than the one currently used bygitlint
. Those newer versions appear to be incompatible withgitlint
today, so simply updating the dependency is not enough.The text was updated successfully, but these errors were encountered: