-
Notifications
You must be signed in to change notification settings - Fork 0
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 golanglint-ci for static checking #13
Conversation
@ranyodh Can you also change the linter in all the other repos to this one? |
There is also an issue opened by someone who wanted doc headers enforced in CI. We should look for a linter to do that |
Created this ticket for it: https://mirantis.jira.com/browse/BOP-1272 |
There is a linter in golangci-lint Anyways, after enabling the linter and including the check, I get:
It also prints error with Close() function which could be annoying. Will look into a bit more later. |
The PR adds CI (and local make targets) for static checks using golangling-ci.
Removed check-generate-code CI job as it is not really required and takes a long time to run.