Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Style/RedundantFileExtensionInRequire cop
This cop identifies and recommends removing redundant '.rb' file extensions specified in require and require_relative statements. Omitting the extension improves code clarity and adheres to Ruby's behavior. https://docs.rubocop.org/rubocop/cops_style.html#styleredundantfileextensioninrequire
- Loading branch information