Skip to content

Conversation

sambostock
Copy link
Contributor

This enables Style/RedundantFileExtensionInRequire

# bad
require 'foo.rb'
require_relative '../foo.rb'

# good
require 'foo'
require_relative '../foo'

@sambostock sambostock requested a review from a team as a code owner June 4, 2024 21:43
@github-actions github-actions bot added the config change Changes the Rubocop config by enabling, disabling, or reconfiguring one or many cops label Jun 4, 2024
@sambostock sambostock force-pushed the redundant-file-extension-in-require branch from d8912d1 to cda6d3b Compare June 4, 2024 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config change Changes the Rubocop config by enabling, disabling, or reconfiguring one or many cops
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants