File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -448,14 +448,14 @@ linters-settings:
448
448
alias : $1$2
449
449
450
450
ireturn :
451
- # ireturn allows to use either `allow` or `reject` settings at the same time.
452
- # both settings are a lists of the keywords (`empty` for interface{}`,
453
- # `error` for errors, `stdlib` for standard library, `anon` for anonymouse
454
- # interfaces ) and reglar expresssions matched to interfaces or packages.
451
+ # ireturn allows using either `allow` or `reject` settings at the same time.
452
+ # both settings are lists of the keywords (`empty` for interface{}`,
453
+ # `error` for errors, `stdlib` for standard library, `anon` for anonymous
454
+ # interfaces ) and regular expressions matched to interfaces or packages.
455
455
456
456
allow :
457
- # default settings are allow to use errors, empty interfaces, anonymouse
458
- # interfaces, and interfaces provided by standard library.
457
+ # default settings are allowed to use errors, empty interfaces, anonymous
458
+ # interfaces, and interfaces provided by the standard library.
459
459
- anon
460
460
- error
461
461
- empty
You can’t perform that action at this time.
0 commit comments