-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support golang (.go) files #86
Comments
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. |
support golang's comment and metrics.
The text was updated successfully, but these errors were encountered: