File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ linters-settings:
73
73
# [deprecated] comma-separated list of pairs of the form pkg:regex
74
74
# the regex is used to ignore names within pkg. (default "fmt:.*").
75
75
# see https://github.com/kisielk/errcheck#the-deprecated-method for details
76
- ignore : fmt,io/ioutil:^ReadF .*
76
+ ignore : fmt:.* ,io/ioutil:^Read .*
77
77
78
78
# path to a file containing a list of functions to exclude from checking
79
79
# see https://github.com/kisielk/errcheck#excluding-functions for details
Original file line number Diff line number Diff line change @@ -589,7 +589,7 @@ linters-settings:
589
589
# [deprecated] comma-separated list of pairs of the form pkg:regex
590
590
# the regex is used to ignore names within pkg. (default "fmt:.*").
591
591
# see https://github.com/kisielk/errcheck#the-deprecated-method for details
592
- ignore: fmt,io/ioutil:^ReadF .*
592
+ ignore: fmt:.* ,io/ioutil:^Read .*
593
593
594
594
# path to a file containing a list of functions to exclude from checking
595
595
# see https://github.com/kisielk/errcheck#excluding-functions for details
You can’t perform that action at this time.
0 commit comments