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

Fix a few minor things #1878

Merged
merged 2 commits into from
May 6, 2024
Merged

Fix a few minor things #1878

merged 2 commits into from
May 6, 2024

Conversation

bquorning
Copy link
Collaborator

  1. Use squiggly heredocs wherever possible
    Most new code uses the squiggly heredoc, but in a few places we were still using the "old" <<- heredoc.
  2. Remove reference to deleted file from .rubocop.yml.
  3. Add a comment to a configuration in .rubocop.yml that I didn't understand before.

Before submitting the PR make sure the following are checked:

  • Feature branch is up-to-date with master (if not - rebase it).
  • Squashed related commits together.
  • Added tests.
  • Updated documentation.
  • Added an entry to the CHANGELOG.md if the new code introduces user-observable changes.
  • The build (bundle exec rake) passes (be sure to run this locally, since it may produce updated documentation that you will need to commit).

bquorning added 2 commits May 5, 2024 23:21
Most new code uses the squiggly heredoc, but in a few places we were
still using the "old" `<<-` heredoc.
1. Remove reference to deleted file.
2. Add a comment to a configuration I didn't understand.
@bquorning bquorning marked this pull request as ready for review May 5, 2024 21:42
@bquorning bquorning requested a review from a team as a code owner May 5, 2024 21:42
Copy link
Member

@ydah ydah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@ydah ydah merged commit 7ff7552 into master May 6, 2024
24 checks passed
@ydah ydah deleted the clean-this-and-that branch May 6, 2024 06:59
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