rubocop: Remove comment about RSpec from Style/BlockDelimiters config

- We got rid of the RSpec-related excludes in PR 14920. I should have
  got rid of this comment too.
This commit is contained in:
Issy Long 2023-03-11 00:41:58 +00:00
parent cb5e8298a2
commit b00203fa3c
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -324,7 +324,6 @@ Style/AutoResourceCleanup:
Style/BarePercentLiterals: Style/BarePercentLiterals:
EnforcedStyle: percent_q EnforcedStyle: percent_q
# make rspec formatting more flexible
Style/BlockDelimiters: Style/BlockDelimiters:
BracesRequiredMethods: BracesRequiredMethods:
- "sig" - "sig"