kubewarden / kubewarden-controller

Manage admission policies in your Kubernetes cluster with ease
https://kubewarden.io
Apache License 2.0
181 stars 30 forks source link

Uniform golangci configuration across all repositories #778

Open fabriziosestito opened 1 week ago

fabriziosestito commented 1 week ago

Description

We need to uniform the golangci configuration across all repositories. An idea could be using an opinionated configuration, such as: https://gist.github.com/maratori/47a4d00457a92aa426dbd48a18776322, which is actvitely maintained and it is used by:

https://github.com/spinkube/runtime-class-manager/blob/main/.golangci.yaml

This also means putting some extra effort to make the linters happy.

flavio commented 1 week ago

I'm in favor of doing that. :+1: