cli
cli copied to clipboard
Add integration with golangci-lint
The golangci-lint meta-linting tool is widely used to ensure various classes of bugs and maintenance hindrances stay out of the code. Introducing this tool will almost certainly result in a lot of warnings and errors, so I'm happy to consider a gradual adoption via config file tweaking.
Did some testing with golangci-lint: https://github.com/skelouse/cicd-test/blob/main/.github/workflows/golangci-lint.yml
I think this can be closed?