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:
748
748
Style/RedundantFetchBlock :
749
749
Enabled : false
750
750
751
- Style/RedundantFileExtensionInRequire :
752
- Enabled : false
753
-
754
751
<% if rubocop_version >= "1.52" % >
755
752
Style/RedundantFilterChain :
756
753
Enabled : true
Original file line number Diff line number Diff line change @@ -3782,7 +3782,7 @@ Style/RedundantFileExtensionInRequire:
3782
3782
Description : Checks for the presence of superfluous `.rb` extension in the filename
3783
3783
provided to `require` and `require_relative`.
3784
3784
StyleGuide : " #no-explicit-rb-to-require"
3785
- Enabled : false
3785
+ Enabled : true
3786
3786
VersionAdded : ' 0.88'
3787
3787
Style/RedundantFilterChain :
3788
3788
Description : Identifies usages of `any?`, `empty?`, `none?` or `one?` predicate
You can’t perform that action at this time.
0 commit comments