Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefer require_relative for internal requires #179

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

tagliala
Copy link
Contributor

require_relative is preferred over require for files within the same project because it uses paths relative to the current file, making code more portable and less dependent on the load path.

This change updates internal requires to use require_relative for consistency, performance, and improved portability.

Ref:

`require_relative` is preferred over `require` for files within the same
project because it uses paths relative to the current file, making code
more portable and less dependent on the load path.

This change updates internal requires to use `require_relative` for
consistency, performance, and improved portability.

Ref:
- rubocop/rubocop#8748
@coveralls
Copy link

Coverage Status

coverage: 100.0%. remained the same
when pulling a0b1a59 on chore/prefer-require-relative
into 0d84426 on main.

@tagliala tagliala merged commit 677f1ee into main Sep 19, 2024
24 checks passed
@tagliala tagliala deleted the chore/prefer-require-relative branch September 19, 2024 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants