rm test/.rubocop_todo.yml

This commit is contained in:
Douglas Eichelberger 2023-01-23 11:45:36 -08:00
parent 462c69d3d5
commit 33905405e1
2 changed files with 0 additions and 16 deletions

View File

@ -1,6 +1,5 @@
inherit_from: inherit_from:
- ../.rubocop.yml - ../.rubocop.yml
- .rubocop_todo.yml
RSpec: RSpec:
Include: Include:

View File

@ -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"