mirror of
https://github.com/lxc/incus
synced 2026-08-02 05:26:46 +00:00
golangci: Ignore GUID names and comments
Signed-off-by: Benjamin Somers <benjamin.somers@imt-atlantique.fr>
This commit is contained in:
parent
cb833149b8
commit
1a500bb99f
@ -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$
|
||||
|
||||
Loading…
Reference in New Issue
Block a user