I want to create a metric that shows me “changed lines of code” to “Error” between two versions (in my case branches in git).
Since our application has many .swf files, I do not need to count these swf files, and I just want to count java, xml, etc.
Is there any tool that does this? or git command, for example git diff --statfor a specific file type?
source
share