From a5e1e613211d062b6c7a0b93431f88c9cfc57a5c Mon Sep 17 00:00:00 2001 From: Nate Date: Thu, 19 Dec 2024 14:30:06 -0800 Subject: [PATCH] chore: fix lint --- config/compat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/compat.go b/config/compat.go index f3ea2696..84fd5ac6 100644 --- a/config/compat.go +++ b/config/compat.go @@ -106,7 +106,7 @@ func updateConfigV112(fp string, r io.Reader, cfg *Config) error { Level string `yaml:"level,omitempty"` Enabled bool `yaml:"enabled,omitempty"` Format string `yaml:"format,omitempty"` - EnableANSI bool `yaml:"enableANSI,omitempty"` + EnableANSI bool `yaml:"enableANSI,omitempty"` //nolint:tagliatelle }{ Level: "info", Enabled: true,