File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -749,7 +749,7 @@ Style/RedundantFetchBlock:
749749 Enabled : false
750750
751751Style/RedundantFileExtensionInRequire :
752- Enabled : false
752+ Enabled : true
753753
754754<% if rubocop_version >= "1.52" % >
755755Style/RedundantFilterChain :
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