Ian Stapleton Cordasco

Results 813 comments of Ian Stapleton Cordasco

I don't think this must be done with regular expressions but it would be good to add even if it's off by default

I think a better example of what you're trying to show is: ``` > cat test-msg Title goes here More info: https://github.com/jorisroovers/gitlint/commit/3c017995633f602125f7caaa91e96bb767ca5953 This is a very very very very very...

I don't believe we want to continue exit codes being outside of the norm. I also don't know that we want to add the complexity of a flag like this.

I think we can alternatively be smart for backwards compat until we can break it and issue deprecation log warnings until that expected release while giving folks an additional option...

> Overall take-away: probably a good decision to keep 2.7 and 3.5 for one more release (0.14.0) with a clear warning during install and in the docs. :+1: Makes good...

For what it's worth, on exactly the same day (weird coincidence) I ran into this exact problem using macOS. It's not specific to linux. For me, I had missed trailing...

It was consistent then, I kept editing to see if I'd missed whitespace. I haven't seen it since but I think that's because I haven't left a trailing whitespace in...

I can not reproduce this: ``` ⬢[sigmavirus24@toolbox ~]$ python -m pip install 'gitlint>=0.17' Defaulting to user installation because normal site-packages is not writeable Collecting gitlint>=0.17 Downloading gitlint-0.17.0-py2.py3-none-any.whl (2.7 kB) Collecting...

Also you seem to have it in your `~/.local/bin` as expected too, quoting your initial issue: ``` $ find .local -name *gitlint* .local/lib/python3.6/site-packages/gitlint_core-0.17.0.dist-info .local/lib/python3.6/site-packages/gitlint .local/lib/python3.6/site-packages/gitlint/files/gitlint .local/lib/python3.6/site-packages/qa/test_gitlint.py .local/lib/python3.6/site-packages/qa/__pycache__/test_gitlint.cpython-36.pyc .local/lib/python3.6/site-packages/gitlint-0.16.0.dist-info .local/bin/gitlint ```...

To uninstall 0.17.0 you need to uninstall `gitlint-core`