-
Notifications
You must be signed in to change notification settings - Fork 347
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 linting #73
Comments
Are we going to use Go 1.18? |
@vince-0202 thanks for making us aware of the |
/assign I think we should wait until golangci/golangci-lint#2649 has been fixed. |
@lianghao208 feel free to assign yourself the issue if you would like to work on it. I suggest using Contour as reference model as I believe it has implemented these linters. |
@danehans Thanks for the suggestion, I've added linters referring to the Contour. |
Closing as all linters have been added. |
Linting should be added to the project. Ideally it can be run both locally by developers, via a
make
task, and in GitHub Actions.Suggested tools:
golangci-lint
for Goyamlllint
for YAMLcodespell
(TODO golangci-lint hasmisspell
; is that sufficient?)The text was updated successfully, but these errors were encountered: