File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -748,9 +748,6 @@ Style/RedundantEach:
748748Style/RedundantFetchBlock :
749749 Enabled : false
750750
751- Style/RedundantFileExtensionInRequire :
752- Enabled : false
753-
754751<% if rubocop_version >= "1.52" % >
755752Style/RedundantFilterChain :
756753 Enabled : true
Original file line number Diff line number Diff line change @@ -3782,7 +3782,7 @@ Style/RedundantFileExtensionInRequire:
37823782 Description : Checks for the presence of superfluous `.rb` extension in the filename
37833783 provided to `require` and `require_relative`.
37843784 StyleGuide : " #no-explicit-rb-to-require"
3785- Enabled : false
3785+ Enabled : true
37863786 VersionAdded : ' 0.88'
37873787Style/RedundantFilterChain :
37883788 Description : Identifies usages of `any?`, `empty?`, `none?` or `one?` predicate
You can’t perform that action at this time.
0 commit comments