-
Notifications
You must be signed in to change notification settings - Fork 344
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
Add '-set_exit_status=1' to golint command #240
Labels
bug
Something isn't working
Comments
jpkrohling
changed the title
Add '-set_exit_status=1`'
Add '-set_exit_status=1' to golint command
Feb 28, 2019
For this to work, the following needs to be fixed. @pavolloffay, most of those are related to ES, would you please document them?
|
Marking as a bug, as our usage of |
I would prefer not changing that file (it is copied from other repo) and rather exclude it from lint. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
golint
requires the option-set_exit_status=1
to be set in order to fail the command. Without it, we ended up merging PRs that are not passing the linting checks:The text was updated successfully, but these errors were encountered: