rubocop: Trim Style/BlockDelimiters exclude paths without offenses

This commit is contained in:
Issy Long 2023-03-03 22:32:15 +00:00
parent 0a18898425
commit 87b94d9358
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -341,7 +341,6 @@ Style/BlockDelimiters:
- "sig"
Exclude:
- "Homebrew/**/*_spec.rb"
- "Homebrew/**/shared_examples/**/*.rb"
# TODO: remove this when possible.
Style/ClassVars: