From b00203fa3ceb56cea2866af4823cfd32e35bc14d Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 11 Mar 2023 00:41:58 +0000 Subject: [PATCH] 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. --- Library/.rubocop.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index b7e0c8dd4238e..83a484070f6ae 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -324,7 +324,6 @@ Style/AutoResourceCleanup: Style/BarePercentLiterals: EnforcedStyle: percent_q -# make rspec formatting more flexible Style/BlockDelimiters: BracesRequiredMethods: - "sig"