2018-09-30 15:35:49 +02:00
|
|
|
# This configuration was generated by
|
2019-03-28 19:16:56 +00:00
|
|
|
# `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.
|
|
|
|
|
|
2021-01-11 12:28:07 -08:00
|
|
|
# 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"
|
2021-01-26 10:00:38 +00:00
|
|
|
- "support/helper/spec/shared_context/integration_test.rb"
|
|
|
|
|
- "utils/git_spec.rb"
|