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:
749
749
Enabled : false
750
750
751
751
Style/RedundantFileExtensionInRequire :
752
- Enabled : false
752
+ Enabled : true
753
753
754
754
<% if rubocop_version >= "1.52" % >
755
755
Style/RedundantFilterChain :
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