ingore recvcheck lint for FormatType

This commit is contained in:
Jörg Thalheim 2024-11-20 10:16:47 +01:00
parent c4a672fdec
commit a2b11a4b86

View file

@ -93,7 +93,7 @@ type secretFile struct {
var isDryActivate = os.Getenv("NIXOS_ACTION") == "dry-activate" //nolint:gochecknoglobals
type FormatType string
type FormatType string //nolint:recvcheck
const (
Yaml FormatType = "yaml"