File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ linters-settings:
141
141
dupword :
142
142
# Keywords used to ignore detection.
143
143
# Default: []
144
- ignore :
144
+ ignore : []
145
145
# - "blah" # this will accept "blah blah …" as a valid duplicate word
146
146
147
147
misspell :
@@ -152,11 +152,11 @@ linters-settings:
152
152
153
153
# List of words to ignore
154
154
# among the one defined in https://github.com/golangci/misspell/blob/master/words.go
155
- ignore-words :
155
+ ignore-words : []
156
156
# - valor
157
157
# - and
158
158
159
159
# Extra word corrections.
160
- extra-words :
160
+ extra-words : []
161
161
# - typo: "whattever"
162
162
# correction: "whatever"
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ linters-settings:
210
210
dupword :
211
211
# Keywords used to ignore detection.
212
212
# Default: []
213
- ignore :
213
+ ignore : []
214
214
# - "blah" # this will accept "blah blah …" as a valid duplicate word
215
215
216
216
misspell :
@@ -221,12 +221,12 @@ linters-settings:
221
221
222
222
# List of words to ignore
223
223
# among the one defined in https://github.com/golangci/misspell/blob/master/words.go
224
- ignore-words :
224
+ ignore-words : []
225
225
# - valor
226
226
# - and
227
227
228
228
# Extra word corrections.
229
- extra-words :
229
+ extra-words : []
230
230
# - typo: "whattever"
231
231
# correction: "whatever"
232
232
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ linters-settings:
165
165
dupword :
166
166
# Keywords used to ignore detection.
167
167
# Default: []
168
- ignore :
168
+ ignore : []
169
169
# - "blah" # this will accept "blah blah …" as a valid duplicate word
170
170
171
171
misspell :
@@ -176,12 +176,12 @@ linters-settings:
176
176
177
177
# List of words to ignore
178
178
# among the one defined in https://github.com/golangci/misspell/blob/master/words.go
179
- ignore-words :
179
+ ignore-words : []
180
180
# - valor
181
181
# - and
182
182
183
183
# Extra word corrections.
184
- extra-words :
184
+ extra-words : []
185
185
# - typo: "whattever"
186
186
# correction: "whatever"
187
187
You can’t perform that action at this time.
0 commit comments