-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Fix linting error #70
Comments
Do you would like to have a huge PR or smaller PR by folder for example? Tell me what you want. |
@DblK smaller PR are easier to review :) so i'd vote for smaller ones |
👍 for smaller prs, as @xinity said it's better to review |
But continue with the models, I already started parts within the makefile pr |
Only |
Switch to a proper bindata tool like fileb0x (but it doesn't support tags) or go.rice or somehow ignore it |
On the other side, we will drop the bindata from the repo soon, than it's not part of the repo anymore |
But maybe we can ingore the golint check on Makefile at first. So that we an close this issue and ask all the PR to pass the golint. |
Maybe you can filter out the bindata package from the list temporary? Like grep -v |
@lunny if you find out how to ignore a single file, I'm all for going with it, especially as after a "make" invocation you'd have the bindata.go around and it might be annoying to get those false positives |
On the short term we can simply ignore the entire |
So this could be closed via #303 |
Currently the go linter errors out on various places, we should fix that to increase the code quality.
The text was updated successfully, but these errors were encountered: