From d5d317cf9e366e40519d333d2a307fe6ccc8f6cb Mon Sep 17 00:00:00 2001 From: Carina Antunes <carinadeoliveiraantunes@gmail.com> Date: Fri, 6 Dec 2024 10:56:57 +0100 Subject: [PATCH] remove generated code from linter --- .golangci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index 401d2608..8ddbc5ae 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -34,3 +34,7 @@ linters-settings: staticcheck: # SAxxxx checks in https://staticcheck.io/docs/configuration/options/#checks checks: ["all", "-ST1000", "-ST1003", "-ST1016", "-ST1020", "-ST1021", "-ST1022"] + +issues: + exclude-files: + - helm-to-operator-codegen-sdk-generated_code.go -- GitLab