brew/Library/Homebrew/test/.rubocop_todo.yml

16 lines
635 B
YAML
Raw Normal View History

2018-09-30 15:35:49 +02:00
# This configuration was generated by
# `rubocop --auto-gen-config --exclude-limit 100`
2021-02-01 16:43:36 -05:00
# on 2021-02-01 21:43:02 UTC using RuboCop version 1.9.0.
2018-09-30 15:35:49 +02:00
# 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
2018-09-30 15:35:49 +02:00
# Configuration parameters: AssignmentOnly.
RSpec/InstanceVariable:
Exclude:
2021-02-01 16:43:36 -05:00
- "download_strategies/git_spec.rb"
- "support/helper/spec/shared_context/integration_test.rb"
- "utils/git_spec.rb"