brew/Library/Homebrew/test/.rubocop_todo.yml
2023-01-22 17:02:29 -08:00

16 lines
635 B
YAML

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