Matt Bachmann

Results 113 comments of Matt Bachmann

🤔 gotcha. Yeah, I think I like using `rev-parse` to get the git root. I dont ... think .... you can get the absolute path from `git diff`. but ive...

If yall are interested in this still check out version 9.1.0! https://pypi.org/project/diff-cover/9.1.0/ adds a diff option. See if it helps with your needs.

Thanks for the report! Ill try and look at it this week and see if I can find a solution. Though I have to admit its a busy time for...

I fear this problem may be more fundamental :-( I did some experimentation on a dummy project ``` (venv) ~/Desktop/issue50   the_test ●  git --no-pager diff diff --git...

WOW that got long. Let me TLDR that. I think the fix would require changes to how diff-quality generates reports that may be good but I am simply not going...

@PamelaM Can you post the diff with master btw? It could be that these errors already existed in master in which case diff-quality will ignore them.

heh, just realized you may not be able to do that (no idea if the repo is open source) can you you confirm that these lines are NOT in master?

Sorry to be dense but I just tried to reproduce this and failed to (Version 0.9.9) ``` (venv) ~/Desktop/testProject   repor  pep8 --exclude='*/migrations*,*/vendor*' . > /tmp/pep8-report.txt (venv) ✘...