Joris Roovers

Results 26 issues of Joris Roovers

Hi! I just wanted to leave a short thank you note for creating and open-sourcing samtvcli. I've spend the last year or so sporadically looking for a way to **easily**...

python-coveralls doesn't like coverage 4.0: ``` $ coveralls Traceback (most recent call last): File "/vagrant/.venv/bin/coveralls", line 11, in sys.exit(wear()) File "/vagrant/.venv/local/lib/python2.7/site-packages/coveralls/__init__.py", line 76, in wear from coveralls.control import coveralls File...

We should add detection for `amend!` commits. Should be fairly straightforward, creating this ticket for tracking. More context in #312

enhancement
status: in-progress

Just testing out CI Enter your PR details here

Our CI builds broke on the integration tests for the gitlint commit message hook. This happened without any change in the code as far as I can tell. The build...

development
github_actions

Basically allow to easily lint multiple commits without requiring multiple invocations to gitlint by allowing multiple commit hashes to be passed like so: ``` gitlint --commits abc123,edf456 ``` We'd obviously...

enhancement

**Edit: Initially this issue was used to track work related to dropping support for Python 2.7 and 3.5, but we're now using it to track the python versions used by...

development

This issue will be used to track any overarching discussion and work related to `0.18.0`. # Scope **As always, everything discussed in this issue is subject to sudden change at...

development

The Vagrant Box needs a bit of love. Currently throwing error on Jenkins installation: ```sh $ vagrant up # [after few min] dev: Reading state information... dev: Package jenkins is...

development
good first issue

When trying to decode Unicode characters on Windows, gitlint can crash. This can easily be shown by trying to lint the commit 3ee281eec4ef4325ce90d27f6f368a6b95818cfe of the gitlint commit history. ```sh (.venv)...

bug
windows