Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uniform golangci configuration across all repositories #778

Closed
fabriziosestito opened this issue Jun 21, 2024 · 1 comment · Fixed by kubewarden/audit-scanner#318 or #807
Closed
Assignees
Milestone

Comments

@fabriziosestito
Copy link
Contributor

fabriziosestito commented Jun 21, 2024

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.

@fabriziosestito fabriziosestito added this to the 1.15 milestone Jun 21, 2024
@fabriziosestito fabriziosestito changed the title Uniform golangci use across all repositories Uniform golangci configuration across all repositories Jun 21, 2024
@flavio
Copy link
Member

flavio commented Jun 21, 2024

I'm in favor of doing that. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment