Skip to content
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

Open
liujinf opened this issue Nov 25, 2015 · 4 comments
Open

Support golang (.go) files #86

liujinf opened this issue Nov 25, 2015 · 4 comments

Comments

@liujinf
Copy link

liujinf commented Nov 25, 2015

support golang's comment and metrics.

@adam-waldenberg
Copy link
Member

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.

@adam-waldenberg adam-waldenberg changed the title support golang(.go) files Support golang (.go) files Nov 25, 2015
@adam-waldenberg adam-waldenberg added this to the 0.5.0 milestone Dec 14, 2015
@adam-waldenberg adam-waldenberg self-assigned this Dec 14, 2015
@adam-waldenberg adam-waldenberg modified the milestones: 0.5.1, 0.5.0 May 12, 2017
@adam-waldenberg
Copy link
Member

Added with #166 - will be merged in 0.5.0.

@MB175
Copy link

MB175 commented Nov 18, 2022

Is this still planed ? would love the go support

@adam-waldenberg
Copy link
Member

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants