From 71ef3c0edd7967971affc1136ca351a4cb229b1c Mon Sep 17 00:00:00 2001 From: Joel Speed Date: Fri, 19 Dec 2025 15:45:07 +0000 Subject: [PATCH] Disable the statusoptional linter --- .golangci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.golangci.yaml b/.golangci.yaml index 8da22c5e519..516339b4882 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -17,6 +17,8 @@ linters: - nobools - nomaps - statussubresource + disable: + - statusoptional # This is legacy and not something we currently recommend. lintersConfig: conditions: isFirstField: Warn