diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 89e780ab37..3e9a7a46c6 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -342,11 +342,6 @@ Style/BlockDelimiters: Exclude: - "Homebrew/**/*_spec.rb" -# TODO: remove this when possible. -Style/ClassVars: - Exclude: - - "**/developer/bin/*" - # Use consistent style for better readability. Style/CollectionMethods: Enabled: true @@ -386,11 +381,6 @@ Style/FrozenStringLiteralComment: - "**/*.rbi" - "**/Brewfile" -# TODO: remove this when possible. -Style/GlobalVars: - Exclude: - - "**/developer/bin/*" - # potential for errors in formulae too high with this Style/GuardClause: Exclude: