Commit 35cc8ebb authored by Doug Stull's avatar Doug Stull Committed by Mike Kozono

Enable RSpec/EmptyLineAfterLetBlock cop

- enforce new line after let block rule.
- ignore existing offenses to be fixed in follow up:
  https://gitlab.com/gitlab-org/gitlab/-/issues/228860

FYI the existing offenses list was generated by running:

  bundle exec rubocop --auto-gen-config \
    --only "RSpec/EmptyLineAfterLetBlock" \
    --exclude-limit 1000
parent 60a08fe7
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment