Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Dec 19, 2024
1 parent 1fd2303 commit a5e1e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/compat.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a5e1e61

Please sign in to comment.