mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 14:14:58 +08:00
ingore recvcheck lint for FormatType
This commit is contained in:
parent
c4a672fdec
commit
a2b11a4b86
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue