From 1a500bb99fbd17dee632379db7dade3f5add5671 Mon Sep 17 00:00:00 2001 From: Benjamin Somers Date: Sun, 19 Jul 2026 00:47:07 +0000 Subject: [PATCH] golangci: Ignore GUID names and comments Signed-off-by: Benjamin Somers --- .golangci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index 03dfcbdcd6..e557760d58 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -79,6 +79,10 @@ linters: text: "avoid meaningless package names" - path: internal/server/util/ text: "avoid meaningless package names" + - path: shared/uefi/guid.go + linters: + - revive + text: '^(var-naming|exported):' paths: - third_party$ - builtin$