We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Style/RedundantFileExtensionInRequire
1 parent da9a638 commit cda6d3bCopy full SHA for cda6d3b
2 files changed
rubocop.yml
@@ -748,9 +748,6 @@ Style/RedundantEach:
748
Style/RedundantFetchBlock:
749
Enabled: false
750
751
-Style/RedundantFileExtensionInRequire:
752
- Enabled: false
753
-
754
<% if rubocop_version >= "1.52" %>
755
Style/RedundantFilterChain:
756
Enabled: true
test/fixtures/full_config.yml
@@ -3782,7 +3782,7 @@ Style/RedundantFileExtensionInRequire:
3782
Description: Checks for the presence of superfluous `.rb` extension in the filename
3783
provided to `require` and `require_relative`.
3784
StyleGuide: "#no-explicit-rb-to-require"
3785
+ Enabled: true
3786
VersionAdded: '0.88'
3787
3788
Description: Identifies usages of `any?`, `empty?`, `none?` or `one?` predicate
0 commit comments