ngrok / kubernetes-ingress-controller

The official ngrok Ingress Controller for Kubernetes
https://ngrok.com
MIT License
183 stars 20 forks source link

chore: Turn on golangci-lint #385

Closed jonstacks closed 1 month ago

jonstacks commented 1 month ago

What

We updated our Makefile with a lint target. This fixes the issues that are included in the default linters so that we can turn it on for CI to continually check that our code is being linted.

How

Fix linter warnings & add tests for places where it caught issues.

Breaking Changes

No