File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ linters:
184
184
185
185
maintidx :
186
186
# raise this after refactoring
187
- under : 15
187
+ under : 18
188
188
189
189
misspell :
190
190
locale : US
@@ -210,7 +210,7 @@ linters:
210
210
- name : cognitive-complexity
211
211
arguments :
212
212
# lower this after refactoring
213
- - 119
213
+ - 113
214
214
- name : comment-spacings
215
215
disabled : true
216
216
- name : confusing-results
@@ -235,8 +235,8 @@ linters:
235
235
- name : function-length
236
236
arguments :
237
237
# lower this after refactoring
238
- - 111
239
- - 238
238
+ - 87
239
+ - 198
240
240
- name : get-return
241
241
disabled : true
242
242
- name : increment-decrement
@@ -294,9 +294,7 @@ linters:
294
294
- -ST1003
295
295
- -ST1005
296
296
- -ST1012
297
- - -ST1022
298
297
- -QF1003
299
- - -QF1008
300
298
- -QF1012
301
299
302
300
wsl :
You can’t perform that action at this time.
0 commit comments