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

Make golint run on nested packages #111

Open
rdsubhas opened this issue Nov 8, 2018 · 0 comments
Open

Make golint run on nested packages #111

rdsubhas opened this issue Nov 8, 2018 · 0 comments

Comments

@rdsubhas
Copy link
Member

rdsubhas commented Nov 8, 2018

This is a good starter issue.

Presently we run golint on only main package .. We'd like to run it nested packages, such as go run github.com/golang/lint/golint ./.... The only problem is, one file bindata.go is generated using go-resources and hence it has one linting issue in it, which we can't auto-fix since its an auto-generated file. Find a way to run golint recursive while either ignoring this file, or automatically fixing the lint error.

End result: we'd like to run golint on all packages ./...

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

No branches or pull requests

1 participant