@@ -487,3 +487,141 @@ Style/RedundantStringEscape: # (new in 1.37)
487487Style/RedundantEach : # (new in 1.38)
488488 Enabled : true
489489
490+ Gemspec/AddRuntimeDependency : # new in 1.65
491+ Enabled : true
492+ Gemspec/AttributeAssignment : # new in 1.77
493+ Enabled : true
494+ Gemspec/DevelopmentDependencies : # new in 1.44
495+ Enabled : false
496+ Lint/ArrayLiteralInRegexp : # new i n 1.71
497+ Enabled : true
498+ Lint/ConstantReassignment : # new in 1.70
499+ Enabled : true
500+ Lint/CopDirectiveSyntax : # new in 1.72
501+ Enabled : true
502+ Lint/DuplicateMatchPattern : # new in 1.50
503+ Enabled : true
504+ Lint/DuplicateSetElement : # new in 1.67
505+ Enabled : true
506+ Lint/HashNewWithKeywordArgumentsAsDefault : # new in 1.69
507+ Enabled : true
508+ Lint/ItWithoutArgumentsInBlock : # new in 1.59
509+ Enabled : true
510+ Lint/LiteralAssignmentInCondition : # new in 1.58
511+ Enabled : true
512+ Lint/MixedCaseRange : # new in 1.53
513+ Enabled : true
514+ Lint/NumericOperationWithConstantResult : # new in 1.69
515+ Enabled : true
516+ Lint/RedundantRegexpQuantifiers : # new in 1.53
517+ Enabled : true
518+ Lint/RedundantTypeConversion : # new in 1.72
519+ Enabled : true
520+ Lint/SharedMutableDefault : # new in 1.70
521+ Enabled : true
522+ Lint/SuppressedExceptionInNumberConversion : # new in 1.72
523+ Enabled : true
524+ Lint/UnescapedBracketInRegexp : # new in 1.68
525+ Enabled : true
526+ Lint/UselessConstantScoping : # new in 1.72
527+ Enabled : true
528+ Lint/UselessDefaultValueArgument : # new in 1.76
529+ Enabled : true
530+ Lint/UselessDefined : # new in 1.69
531+ Enabled : true
532+ Lint/UselessNumericOperation : # new in 1.66
533+ Enabled : true
534+ Lint/UselessOr : # new in 1.76
535+ Enabled : true
536+ Lint/UselessRescue : # new in 1.43
537+ Enabled : true
538+ Metrics/CollectionLiteralLength : # new in 1.47
539+ Enabled : true
540+ Naming/PredicateMethod : # new in 1.76
541+ Enabled : true
542+ Style/AmbiguousEndlessMethodDefinition : # new in 1.68
543+ Enabled : true
544+ Style/ArrayIntersect : # new in 1.40
545+ Enabled : true
546+ Style/BitwisePredicate : # new in 1.68
547+ Enabled : true
548+ Style/CollectionQuerying : # new in 1.77
549+ Enabled : true
550+ Style/CombinableDefined : # new in 1.68
551+ Enabled : true
552+ Style/ComparableBetween : # new in 1.74
553+ Enabled : true
554+ Style/ComparableClamp : # new in 1.44
555+ Enabled : true
556+ Style/ConcatArrayLiterals : # new in 1.41
557+ Enabled : true
558+ Style/DataInheritance : # new in 1.49
559+ Enabled : true
560+ Style/DigChain : # new in 1.69
561+ Enabled : true
562+ Style/DirEmpty : # new in 1.48
563+ Enabled : true
564+ Style/EmptyStringInsideInterpolation : # new in 1.76
565+ Enabled : true
566+ Style/ExactRegexpMatch : # new in 1.51
567+ Enabled : true
568+ Style/FileEmpty : # new in 1.48
569+ Enabled : true
570+ Style/FileNull : # new in 1.69
571+ Enabled : true
572+ Style/FileTouch : # new in 1.69
573+ Enabled : true
574+ Style/HashFetchChain : # new in 1.75
575+ Enabled : true
576+ Style/HashSlice : # new in 1.71
577+ Enabled : true
578+ Style/ItAssignment : # new in 1.70
579+ Enabled : true
580+ Style/ItBlockParameter : # new in 1.75
581+ Enabled : true
582+ Style/KeywordArgumentsMerging : # new in 1.68
583+ Enabled : true
584+ Style/MapIntoArray : # new in 1.63
585+ Enabled : true
586+ Style/MapToSet : # new in 1.42
587+ Enabled : true
588+ Style/MinMaxComparison : # new in 1.42
589+ Enabled : true
590+ Style/RedundantArrayConstructor : # new in 1.52
591+ Enabled : true
592+ Style/RedundantArrayFlatten : # new in 1.76
593+ Enabled : true
594+ Style/RedundantConstantBase : # new in 1.40
595+ Enabled : true
596+ Style/RedundantCurrentDirectoryInPath : # new in 1.53
597+ Enabled : true
598+ Style/RedundantDoubleSplatHashBraces : # new in 1.41
599+ Enabled : true
600+ Style/RedundantFilterChain : # new in 1.52
601+ Enabled : true
602+ Style/RedundantFormat : # new in 1.72
603+ Enabled : true
604+ Style/RedundantHeredocDelimiterQuotes : # new in 1.45
605+ Enabled : true
606+ Style/RedundantInterpolationUnfreeze : # new in 1.66
607+ Enabled : true
608+ Style/RedundantLineContinuation : # new in 1.49
609+ Enabled : true
610+ Style/RedundantRegexpArgument : # new in 1.53
611+ Enabled : true
612+ Style/RedundantRegexpConstructor : # new in 1.52
613+ Enabled : true
614+ Style/ReturnNilInPredicateMethodDefinition : # new in 1.53
615+ Enabled : true
616+ Style/SafeNavigationChainLength : # new in 1.68
617+ Enabled : true
618+ Style/SendWithLiteralMethodName : # new in 1.64
619+ Enabled : true
620+ Style/SingleLineDoEndBlock : # new in 1.57
621+ Enabled : true
622+ Style/SuperArguments : # new in 1.64
623+ Enabled : true
624+ Style/SuperWithArgsParentheses : # new in 1.58
625+ Enabled : true
626+ Style/YAMLFileRead : # new in 1.53
627+ Enabled : true
0 commit comments