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

Minor updates #947

Merged
merged 2 commits into from
Sep 19, 2024
Merged

Minor updates #947

merged 2 commits into from
Sep 19, 2024

Conversation

tagliala
Copy link
Contributor

  • Require relative
  • Update development dependencies

`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: 99.805% (-0.2%) from 100.0%
when pulling 15f0bce on chore/updates
into dfcd0b5 on main.

@tagliala tagliala merged commit 9700559 into main Sep 19, 2024
23 of 27 checks passed
@tagliala tagliala deleted the chore/updates branch September 19, 2024 13:19
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