Open Meffi42 opened 6 years ago
@Meffi42 , thanks for reporting this. I suspect that it's due to the dates included in the commit messages.
Code Maat supports a second log format that is more robust: git log --all --numstat --date=short --pretty=format:'--%h--%ad--%aN' --no-renames
Logs on this format have to be parsed using the -c git2
parse option in Code Maat.
Hi, I'm trying to run the tool as in Readme:
But receive this error:
Tried various combinations, but got the same error
-c git
for run<path_to_projects>/code-maat/src/code_maat:/data
and <path_to_projects>/code-maat:/data
Not sure what I'm doing wrong, could someone please help?
I am analyzing wikimedia/mediawiki with code-maat.
I seem to be getting parsing errors for the commit messages:
When I manually fix this comment, I run into the next parsing error:
It would be nice if code-maat would be more robust in parsing comments.