Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -748,9 +748,6 @@ Style/RedundantEach:
Style/RedundantFetchBlock:
Enabled: false

Style/RedundantFileExtensionInRequire:
Enabled: false

<% if rubocop_version >= "1.52" %>
Style/RedundantFilterChain:
Enabled: true
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/full_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3782,7 +3782,7 @@ Style/RedundantFileExtensionInRequire:
Description: Checks for the presence of superfluous `.rb` extension in the filename
provided to `require` and `require_relative`.
StyleGuide: "#no-explicit-rb-to-require"
Enabled: false
Enabled: true
VersionAdded: '0.88'
Style/RedundantFilterChain:
Description: Identifies usages of `any?`, `empty?`, `none?` or `one?` predicate
Expand Down