diff --git a/Library/Homebrew/test/.rubocop.yml b/Library/Homebrew/test/.rubocop.yml index 86832e9d27..93f0b48920 100644 --- a/Library/Homebrew/test/.rubocop.yml +++ b/Library/Homebrew/test/.rubocop.yml @@ -1,6 +1,5 @@ inherit_from: - ../.rubocop.yml - - .rubocop_todo.yml RSpec: Include: diff --git a/Library/Homebrew/test/.rubocop_todo.yml b/Library/Homebrew/test/.rubocop_todo.yml deleted file mode 100644 index 9c336370b8..0000000000 --- a/Library/Homebrew/test/.rubocop_todo.yml +++ /dev/null @@ -1,15 +0,0 @@ -# This configuration was generated by -# `rubocop --auto-gen-config --exclude-limit 100` -# on 2021-02-01 21:43:02 UTC using RuboCop version 1.9.0. -# The point is for the user to remove these configuration records -# one by one as the offenses are removed from the code base. -# Note that changes in the inspected code, or installation of new -# versions of RuboCop, may require this file to be generated again. - -# Offense count: 7 -# Configuration parameters: AssignmentOnly. -RSpec/InstanceVariable: - Exclude: - - "download_strategies/git_spec.rb" - - "support/helper/spec/shared_context/integration_test.rb" - - "utils/git_spec.rb"