Skip to content

Commit

Permalink
Fix yaml parse
Browse files Browse the repository at this point in the history
  • Loading branch information
chokoswitch committed Aug 23, 2022
1 parent e51aa7f commit a4867ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/linters_settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ type PromlinterSettings struct {
}

type ReassignSettings struct {
Patterns []string `mapstructure:"pattern"`
Patterns []string `mapstructure:"patterns"`
}

type ReviveSettings struct {
Expand Down

0 comments on commit a4867ae

Please sign in to comment.