@@ -520,14 +520,8 @@ Style/RedundantArgument:
520
520
Enabled : false
521
521
Style/SwapValues :
522
522
Enabled : false
523
- Gemspec/DeprecatedAttributeAssignment :
524
- Enabled : false
525
523
Gemspec/RequireMFA :
526
524
Enabled : false
527
- Layout/LineContinuationLeadingSpace :
528
- Enabled : false
529
- Layout/LineContinuationSpacing :
530
- Enabled : false
531
525
Layout/LineEndStringConcatenationIndentation :
532
526
Enabled : false
533
527
Layout/SpaceBeforeBrackets :
@@ -538,8 +532,6 @@ Lint/AmbiguousOperatorPrecedence:
538
532
Enabled : true
539
533
Lint/AmbiguousRange :
540
534
Enabled : true
541
- Lint/ConstantOverwrittenInRescue :
542
- Enabled : true
543
535
Lint/DeprecatedConstants :
544
536
Enabled : true
545
537
Lint/EmptyInPattern :
@@ -548,8 +540,6 @@ Lint/IncompatibleIoSelectWithFiberScheduler:
548
540
Enabled : true
549
541
Lint/LambdaWithoutLiteralBlock :
550
542
Enabled : true
551
- Lint/NonAtomicFileOperation :
552
- Enabled : true
553
543
Lint/NumberedParameterAssignment :
554
544
Enabled : true
555
545
Lint/OrAssignmentToConstant :
@@ -558,8 +548,6 @@ Lint/RedundantDirGlobSort:
558
548
Enabled : true
559
549
Lint/RefinementImportMethods :
560
550
Enabled : true
561
- Lint/RequireRangeParentheses :
562
- Enabled : true
563
551
Lint/RequireRelativeSelfPath :
564
552
Enabled : true
565
553
Lint/SymbolConversion :
@@ -574,12 +562,8 @@ Security/CompoundHash:
574
562
Enabled : true
575
563
Security/IoMethods :
576
564
Enabled : true
577
- Style/EmptyHeredoc :
578
- Enabled : true
579
565
Style/EndlessMethod :
580
566
Enabled : true
581
- Style/EnvHome :
582
- Enabled : true
583
567
Style/FetchEnvVar :
584
568
Enabled : true
585
569
Style/FileRead :
@@ -594,10 +578,6 @@ Style/IfWithBooleanLiteralBranches:
594
578
Enabled : true
595
579
Style/InPatternThen :
596
580
Enabled : true
597
- Style/MagicCommentFormat :
598
- Enabled : true
599
- Style/MapCompactWithConditionalBlock :
600
- Enabled : true
601
581
Style/MapToHash :
602
582
Enabled : true
603
583
Style/MultilineInPatternThen :
@@ -636,27 +616,15 @@ RSpec/BeEq:
636
616
Enabled : true
637
617
RSpec/BeNil :
638
618
Enabled : true
639
- RSpec/ChangeByZero :
640
- Enabled : true
641
- RSpec/ClassCheck :
642
- Enabled : true
643
619
RSpec/ExcessiveDocstringSpacing :
644
620
Enabled : true
645
621
RSpec/IdenticalEqualityAssertion :
646
622
Enabled : true
647
- RSpec/NoExpectationExample :
648
- Enabled : true
649
623
RSpec/SubjectDeclaration :
650
624
Enabled : true
651
625
RSpec/VerifiedDoubleReference :
652
626
Enabled : true
653
- RSpec/Capybara/SpecificFinders :
654
- Enabled : false
655
- RSpec/Capybara/SpecificMatcher :
656
- Enabled : false
657
627
RSpec/FactoryBot/SyntaxMethods :
658
628
Enabled : false
659
629
RSpec/Rails/AvoidSetupHook :
660
630
Enabled : false
661
- RSpec/Rails/HaveHttpStatus :
662
- Enabled : false
0 commit comments