cloudfoundry / korifi

Cloud Foundry on Kubernetes
Apache License 2.0
317 stars 65 forks source link

[Chore]: Configure a linter and run it in CI #144

Closed mnitchev closed 2 years ago

mnitchev commented 3 years ago

Background

We should have a linter configured for all our repositories. We've been using golangci-lint in eirini for a while now and although not perfect is a good option, as it incorporates many different linters. We can steal the configuration from [here]()

Actions to take

Impact

It'll help us identify and remove problems in our codebase.

gcapizzi commented 2 years ago

Work in progress in the wip-lints branch.