@@ -223,13 +223,25 @@ Lint/ErbNewArguments:
223
223
Lint/EnsureReturn :
224
224
Enabled : true
225
225
226
+ Lint/MissingCopEnableDirective :
227
+ Enabled : true
228
+
226
229
# Use my_method(my_arg) not my_method( my_arg ) or my_method my_arg.
227
230
Lint/RequireParentheses :
228
231
Enabled : true
229
232
233
+ Lint/RedundantCopDisableDirective :
234
+ Enabled : true
235
+
236
+ Lint/RedundantCopEnableDirective :
237
+ Enabled : true
238
+
230
239
Lint/RedundantStringCoercion :
231
240
Enabled : true
232
241
242
+ Lint/RedundantSafeNavigation :
243
+ Enabled : true
244
+
233
245
Lint/UriEscapeUnescape :
234
246
Enabled : true
235
247
@@ -239,6 +251,14 @@ Lint/UselessAssignment:
239
251
Lint/DeprecatedClassMethods :
240
252
Enabled : true
241
253
254
+ Lint/InterpolationCheck :
255
+ Enabled : true
256
+ Exclude :
257
+ - ' **/test/**/*'
258
+
259
+ Lint/SafeNavigationChain :
260
+ Enabled : true
261
+
242
262
Style/EvalWithLocation :
243
263
Enabled : true
244
264
Exclude :
@@ -278,6 +298,12 @@ Style/TrivialAccessors:
278
298
Style/RedundantCondition :
279
299
Enabled : true
280
300
301
+ Style/RedundantDoubleSplatHashBraces :
302
+ Enabled : true
303
+
304
+ Style/ArrayIntersect :
305
+ Enabled : true
306
+
281
307
Performance/BindCall :
282
308
Enabled : true
283
309
@@ -308,9 +334,6 @@ Performance/ReverseEach:
308
334
Performance/StringReplacement :
309
335
Enabled : true
310
336
311
- Performance/UnfreezeString :
312
- Enabled : true
313
-
314
337
Performance/DeletePrefix :
315
338
Enabled : true
316
339
@@ -332,12 +355,21 @@ Performance/RedundantStringChars:
332
355
Performance/StringInclude :
333
356
Enabled : true
334
357
358
+ Minitest/AssertPredicate :
359
+ Enabled : true
360
+
335
361
Minitest/AssertRaisesWithRegexpArgument :
336
362
Enabled : true
337
363
338
364
Minitest/AssertWithExpectedArgument :
339
365
Enabled : true
340
366
367
+ Minitest/LiteralAsActualArgument :
368
+ Enabled : true
369
+
370
+ Minitest/NonExecutableTestMethod :
371
+ Enabled : true
372
+
341
373
Minitest/SkipEnsure :
342
374
Enabled : true
343
375
0 commit comments