@@ -202,8 +202,10 @@ Lint/LiteralAssignmentInCondition:
202
202
Enabled : true
203
203
<% end % >
204
204
205
+ <% if rubocop_version >= "1.53" % >
205
206
Lint/MixedCaseRange :
206
207
Enabled : true
208
+ <% end % >
207
209
208
210
Lint/MixedRegexpCaptureTypes :
209
211
Enabled : false
@@ -238,8 +240,10 @@ Lint/RaiseException:
238
240
Lint/RedundantDirGlobSort :
239
241
Enabled : false
240
242
243
+ <% if rubocop_version >= "1.53" % >
241
244
Lint/RedundantRegexpQuantifiers :
242
245
Enabled : true
246
+ <% end % >
243
247
244
248
Lint/RedundantRequireStatement :
245
249
Enabled : false
@@ -726,8 +730,10 @@ Style/RandomWithOffset:
726
730
Style/RedundantArgument :
727
731
Enabled : false
728
732
733
+ <% if rubocop_version >= "1.52" % >
729
734
Style/RedundantArrayConstructor :
730
735
Enabled : true
736
+ <% end % >
731
737
732
738
Style/RedundantAssignment :
733
739
Enabled : false
@@ -741,8 +747,10 @@ Style/RedundantConditional:
741
747
Style/RedundantConstantBase :
742
748
Enabled : true
743
749
750
+ <% if rubocop_version >= "1.53" % >
744
751
Style/RedundantCurrentDirectoryInPath :
745
752
Enabled : true
753
+ <% end % >
746
754
747
755
Style/RedundantDoubleSplatHashBraces :
748
756
Enabled : true
@@ -756,8 +764,10 @@ Style/RedundantFetchBlock:
756
764
Style/RedundantFileExtensionInRequire :
757
765
Enabled : false
758
766
767
+ <% if rubocop_version >= "1.52" % >
759
768
Style/RedundantFilterChain :
760
769
Enabled : true
770
+ <% end % >
761
771
762
772
Style/RedundantHeredocDelimiterQuotes :
763
773
Enabled : true
@@ -768,14 +778,18 @@ Style/RedundantInitialize:
768
778
Style/RedundantLineContinuation :
769
779
Enabled : true
770
780
781
+ <% if rubocop_version >= "1.53" % >
771
782
Style/RedundantRegexpArgument :
772
783
Enabled : true
784
+ <% end % >
773
785
774
786
Style/RedundantRegexpCharacterClass :
775
787
Enabled : false
776
788
789
+ <% if rubocop_version >= "1.52" % >
777
790
Style/RedundantRegexpConstructor :
778
791
Enabled : true
792
+ <% end % >
779
793
780
794
Style/RedundantRegexpEscape :
781
795
Enabled : false
@@ -801,8 +815,10 @@ Style/RescueStandardError:
801
815
Style/ReturnNil :
802
816
Enabled : true
803
817
818
+ <% if rubocop_version >= "1.53" % >
804
819
Style/ReturnNilInPredicateMethodDefinition :
805
820
Enabled : true
821
+ <% end % >
806
822
807
823
Style/SelectByRegexp :
808
824
Enabled : false
@@ -874,8 +890,10 @@ Style/UnpackFirst:
874
890
Style/WordArray :
875
891
EnforcedStyle : brackets
876
892
893
+ <% if rubocop_version >= "1.53" % >
877
894
Style/YAMLFileRead :
878
895
Enabled : true
896
+ <% end % >
879
897
880
898
Style/YodaCondition :
881
899
Enabled : false
0 commit comments