gitinspector
gitinspector copied to clipboard
Support golang (.go) files
support golang's comment and metrics.
While implementing comments obviously is trivial, the implementation of metrics would have to wait a while, as I am not familiar enough with the Go syntax and I would most likely miss something :).
However, pull requests are always welcome. The metrics system for cyclomatic complexity is very simple and just makes use of a list of entry and exit tokens defined as regular expressions. A short explanation on how to add language support is mentioned in issue #59.
Added with #166 - will be merged in 0.5.0.
Is this still planed ? would love the go support
@MB175 Yes. In the meantime just apply the pull request. Not much time for gitinspector lately, but one of these days I will take a week or two to get things up to scratch.