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 golint #17

Closed
gruetter opened this issue Feb 17, 2017 · 5 comments
Closed

Support golint #17

gruetter opened this issue Feb 17, 2017 · 5 comments

Comments

@gruetter
Copy link

Please support parsing the output of golint.

@tomasbjerre
Copy link
Owner

tomasbjerre commented Feb 17, 2017 via email

@gruetter
Copy link
Author

gruetter commented Feb 17, 2017

Here a line (obfuscated a bit):

src/bla/bla/bla/dataSource.go:28:1: comment on exported type RestDataSource should be of the form "RestDataSource ..." (with optional leading article)  

@gruetter
Copy link
Author

It turns out that CPPLINT checker works fine for golint files (we tried CPPCHECK before).

tomasbjerre added a commit that referenced this issue Feb 18, 2017
tomasbjerre added a commit that referenced this issue Feb 18, 2017
tomasbjerre added a commit that referenced this issue Feb 18, 2017
@tomasbjerre
Copy link
Owner

I added a GoLint parser now. It also supports GoVet.

@gruetter
Copy link
Author

Superb. Thanks a bunch, @tomasbjerre !

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

2 participants