diff --git a/Library/Homebrew/.rubocop_todo.yml b/Library/Homebrew/.rubocop_todo.yml index 249ddfbd94..bcb1247506 100644 --- a/Library/Homebrew/.rubocop_todo.yml +++ b/Library/Homebrew/.rubocop_todo.yml @@ -11,8 +11,6 @@ Style/Documentation: - "default_prefix.rb" - "global.rb" - "keg_relocate.rb" - - "os/linux/global.rb" - - "os/mac/global.rb" - "os/mac/keg.rb" - "reinstall.rb" - "software_spec.rb" @@ -27,7 +25,6 @@ Style/Documentation: Lint/EmptyBlock: Exclude: - - "dependency.rb" - "dev-cmd/extract.rb" - "test/cache_store_spec.rb" - "test/checksum_verification_spec.rb"