golangci: Ignore GUID names and comments

Signed-off-by: Benjamin Somers <benjamin.somers@imt-atlantique.fr>
This commit is contained in:
Benjamin Somers 2026-07-19 00:47:07 +00:00 committed by Stéphane Graber
parent cb833149b8
commit 1a500bb99f
No known key found for this signature in database
GPG Key ID: C638974D64792D67

View File

@ -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$