File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -138,9 +138,9 @@ linters-settings:
138
138
include-go-root : false
139
139
packages :
140
140
- github.com/sirupsen/logrus
141
- packages-with-error-messages :
141
+ packages-with-error-message :
142
142
# specify an error message to output when a blacklisted package is used
143
- github.com/sirupsen/logrus : " logging is allowed only by logutils.Log"
143
+ - github.com/sirupsen/logrus : " logging is allowed only by logutils.Log"
144
144
misspell :
145
145
# Correct spellings using locale preferences for US or UK.
146
146
# Default is to use a neutral variety of English.
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ linters-settings:
25
25
# logging is allowed only by logutils.Log, logrus
26
26
# is allowed to use only in logutils package
27
27
- github.com/sirupsen/logrus
28
- packages-with-error-messages :
29
- github.com/sirupsen/logrus : " logging is allowed only by logutils.Log"
28
+ packages-with-error-message :
29
+ - github.com/sirupsen/logrus : " logging is allowed only by logutils.Log"
30
30
misspell :
31
31
locale : US
32
32
lll :
Original file line number Diff line number Diff line change @@ -741,9 +741,9 @@ linters-settings:
741
741
include-go-root: false
742
742
packages:
743
743
- github.com/sirupsen/logrus
744
- packages-with-error-messages :
744
+ packages-with-error-message :
745
745
# specify an error message to output when a blacklisted package is used
746
- github.com/sirupsen/logrus: "logging is allowed only by logutils.Log"
746
+ - github.com/sirupsen/logrus: "logging is allowed only by logutils.Log"
747
747
misspell:
748
748
# Correct spellings using locale preferences for US or UK.
749
749
# Default is to use a neutral variety of English.
@@ -940,8 +940,8 @@ linters-settings:
940
940
# logging is allowed only by logutils.Log, logrus
941
941
# is allowed to use only in logutils package
942
942
- github.com/sirupsen/logrus
943
- packages-with-error-messages :
944
- github.com/sirupsen/logrus: "logging is allowed only by logutils.Log"
943
+ packages-with-error-message :
944
+ - github.com/sirupsen/logrus: "logging is allowed only by logutils.Log"
945
945
misspell:
946
946
locale: US
947
947
lll:
You can’t perform that action at this time.
0 commit comments