-
Notifications
You must be signed in to change notification settings - Fork 934
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 lint errors #2245
Comments
Can you please provide additional context about your environment? |
My golang version is "go version go1.16.3 darwin/amd64".
|
Thanks for the context. I was able to reproduce it with |
Also, we are very open to PR's if you are interested in contributing. |
lint errors were fixed, closing |
Please fill out the issue checklist below and provide ALL the requested information.
CF_TRACE=1
to help debug the issue.Describe the bug and the command you saw an issue with
I just started checking out the cf-cli source, and wanted to first build the master branch without making any changes. But that failed on a couple of lint errors.
I created a local branch and fixed the errors. Do you want a PR?
What happened
I ran "make", which runs the lint make target. That target failed with several lint errors (imports ordering/grouping, redundant null check, unhandled errors)
Expected behavior
I expect the master branch of a project not to have such (lint) errors.
Exact Steps To Reproduce
Provide more context
I did the test on the master branch
Notes regarding V6 and V7 CLI support:
N/A
The text was updated successfully, but these errors were encountered: