-
Notifications
You must be signed in to change notification settings - Fork 870
Add some validation checks #62
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
Conversation
f98c21e to
4be9e8e
Compare
Fix a number of issues flagged by golint. Signed-off-by: Nalin Dahyabhai <[email protected]> Closes: #62 Approved by: rhatdan
Fix a number of issues flagged by gometalinter. Signed-off-by: Nalin Dahyabhai <[email protected]> Closes: #62 Approved by: rhatdan
|
💔 Test failed - status-redhatci |
This is a placeholder commit that tests/validate/git-validation.sh will use as a starting commit for running its checks outside of CI. Signed-off-by: Nalin Dahyabhai <[email protected]>
e5d9326 to
7682abf
Compare
Add a "validate" target to the top level Makefile that checks formatting of source files with golint, signed-off-by tags with git-validate, and for various other warnings with gometalinter. Signed-off-by: Nalin Dahyabhai <[email protected]>
Fix a number of issues flagged by golint. Signed-off-by: Nalin Dahyabhai <[email protected]>
Fix a number of issues flagged by gometalinter. Signed-off-by: Nalin Dahyabhai <[email protected]>
|
@rh-atomic-bot retry |
|
Reworked some of the install targets to merge install-tools and .install.md2man and avoid having "make all" install things outside of the build tree. |
Remove "install.tools" as a dependency of the top-level "all" target, and make it a dependency of the "install" target. Signed-off-by: Nalin Dahyabhai <[email protected]>
|
@TomSweeneyRedHat, @rhatdan, PTAL again for that last patch, which is kind of small to be on its own, since we're already messing around with the top-level Makefile. |
Fix a number of issues flagged by golint. Signed-off-by: Nalin Dahyabhai <[email protected]> Closes: #62 Approved by: rhatdan
Fix a number of issues flagged by gometalinter. Signed-off-by: Nalin Dahyabhai <[email protected]> Closes: #62 Approved by: rhatdan
Remove "install.tools" as a dependency of the top-level "all" target, and make it a dependency of the "install" target. Signed-off-by: Nalin Dahyabhai <[email protected]> Closes: #62 Approved by: rhatdan
|
☀️ Test successful - status-redhatci |
Signed-off-by: Urvashi Mohnani <[email protected]> Closes: #62 Approved by: rhatdan
Add checks using gofmt, gometalinter, and git-validate, and fixup the things that they flag.