Overview
While playing around with CI/CD and running golangci-lint, I realized the current linting of our codebase is not strong enough:
Todo
Integrate golangci-lint into our codebase, fix all of the issues (mostly minor fixes), and integrate this new lint and format into our current ci pipeline.
Overview
While playing around with CI/CD and running
golangci-lint, I realized the current linting of our codebase is not strong enough:Todo
Integrate golangci-lint into our codebase, fix all of the issues (mostly minor fixes), and integrate this new lint and format into our current ci pipeline.