From 87b94d935877f59cbd915ee46636fd0185d53f4b Mon Sep 17 00:00:00 2001 From: Issy Long Date: Fri, 3 Mar 2023 22:32:15 +0000 Subject: [PATCH] rubocop: Trim `Style/BlockDelimiters` exclude paths without offenses --- Library/.rubocop.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 3aa895169c..89e780ab37 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -341,7 +341,6 @@ Style/BlockDelimiters: - "sig" Exclude: - "Homebrew/**/*_spec.rb" - - "Homebrew/**/shared_examples/**/*.rb" # TODO: remove this when possible. Style/ClassVars: