@@ -143,12 +143,16 @@ Rails/SkipsModelValidations: # We don`t want any model at all in migrations and
143143 - spec/migrations/**/*
144144
145145# ### ENABLED SECTION
146+ Gemspec/AttributeAssignment :
147+ Enabled : true
146148Gemspec/DeprecatedAttributeAssignment :
147149 Enabled : true
148150Gemspec/DevelopmentDependencies :
149151 Enabled : true
150152Gemspec/RequireMFA :
151153 Enabled : true
154+ Layout/EmptyLinesAfterModuleInclusion :
155+ Enabled : true
152156Layout/LineContinuationLeadingSpace :
153157 Enabled : true
154158Layout/LineContinuationSpacing :
@@ -239,8 +243,12 @@ Lint/UnexpectedBlockArity:
239243 Enabled : true
240244Lint/UnmodifiedReduceAccumulator :
241245 Enabled : true
246+ Lint/UselessDefaultValueArgument :
247+ Enabled : true
242248Lint/UselessDefined :
243249 Enabled : true
250+ Lint/UselessOr :
251+ Enabled : true
244252Lint/UselessRescue :
245253 Enabled : true
246254Lint/UselessRuby2Keywords :
@@ -259,6 +267,8 @@ Style/ArgumentsForwarding:
259267 Enabled : true
260268Style/ArrayIntersect :
261269 Enabled : true
270+ Style/ArrayIntersectWithSingleElement :
271+ Enabled : true
262272Style/BitwisePredicate :
263273 Enabled : true
264274Style/CollectionCompact :
@@ -281,6 +291,8 @@ Style/DocumentDynamicEvalDefinition:
281291 Enabled : true
282292Style/EmptyHeredoc :
283293 Enabled : true
294+ Style/EmptyStringInsideInterpolation :
295+ Enabled : true
284296Style/EndlessMethod :
285297 Enabled : true
286298Style/EnvHome :
@@ -349,6 +361,8 @@ Style/RedundantArgument:
349361 Enabled : true
350362Style/RedundantArrayConstructor :
351363 Enabled : true
364+ Style/RedundantArrayFlatten :
365+ Enabled : true
352366Style/RedundantConstantBase :
353367 Enabled : true
354368Style/RedundantCurrentDirectoryInPath :
@@ -425,6 +439,8 @@ Rails/ExpandedDateRange:
425439 Enabled : true
426440Rails/FindById :
427441 Enabled : true
442+ Rails/FindByOrAssignmentMemoization :
443+ Enabled : true
428444Rails/FreezeTime :
429445 Enabled : true
430446Rails/I18nLazyLookup :
@@ -447,6 +463,8 @@ Rails/MultipleRoutePaths:
447463 Enabled : true
448464Rails/NegateInclude :
449465 Enabled : true
466+ Rails/OrderArguments :
467+ Enabled : true
450468Rails/Pluck :
451469 Enabled : true
452470Rails/PluckInWhere :
0 commit comments