Closed kevinmatthes closed 2 years ago
I'll look into it.
I already suggested a patch with sane further enhancements, see #17.
Hmm, lets talk about timing. I actually figured the bug out. I would push it to main first, and we'll look afterwards into your pull request, is that fine by you?
:heavy_check_mark:
It seems as if
commit-analyzer
tends to crash if no LOC diff is present in the input file.Now, that the verbose output needs to be opted-in explicitly, I found out that line 121 always seems to cause a
CommitParseError::CommitMissing
when there is no LOC diff.I did not trace down the bug completely, yet, but I assume that perhaps the LOC diff might be considered present, by default.