rubocop / rubocop-rspec

Code style checking for RSpec files.
https://docs.rubocop.org/rubocop-rspec
MIT License
805 stars 277 forks source link

Fix a few minor things #1878

Closed bquorning closed 5 months ago

bquorning commented 5 months ago
  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: