Skip to content

Commit 0b69514

Browse files
butuzovldez
andauthored
Update pkg/config/linters_settings.go
Co-authored-by: Ludovic Fernandez <ldez@users.noreply.github.com>
1 parent ccafd04 commit 0b69514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/linters_settings.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ type ExhaustiveStructSettings struct {
189189

190190
type IreturnSettings struct {
191191
Allow []string `mapstructure:"allow"`
192-
Reject []string `mapstructure:"return"`
192+
Reject []string `mapstructure:"reject"`
193193
}
194194

195195
type ForbidigoSettings struct {

0 commit comments

Comments
 (0)