-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Prow: Add golint to openshift/installer #1177
Conversation
/hold |
/lgtm |
/lgtm |
/hold cancel We can land this now that openshift/installer#118 has landed. This PR still needs a rebase though. |
/lgtm |
@alejovicu: Updated the
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
We've had automatic Go lint CI via ci-operator since a50f4ba (Prow: Add golint to openshift/installer, 2018-08-15, openshift#1177). But adding the plugin gives us a way to get inline comments about errors, which is more convenient than referring to an external failure document.
Adding nss_wrapper provides for a local, unprivileged passwd file to be specified, allowing the container to map the required user information to a random UID without having to modify the containers /etc/passwd file directly. Full explanation on https://access.redhat.com/articles/4859371
Add golint for openshift/Installer
Do not merge until openshift/installer#118 is merged