Closed maci3jka closed 1 month ago
example of working https://github.com/canonical/k8s-snap/pull/722/files
I added a list of all linters and disabled them. Now I will gradually enable all of the linters and fix the relevant code pieces as separate PRs.
This PR improves the development experience. It adds to go checks the linter golangci-lint, aggregating the number of liners and adding annotations on the PR with found issues. Additionally, it introduces
go.lint
target to makefile which allows running the same set of linters locally.