40 lines
1.3 KiB
YAML
40 lines
1.3 KiB
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"
|
|
|
|
# Offense count: 63
|
|
# Configuration parameters: IgnoreNameless, IgnoreSymbolicNames.
|
|
RSpec/VerifiedDoubles:
|
|
Exclude:
|
|
- "cache_store_spec.rb"
|
|
- "cask/artifact/pkg_spec.rb"
|
|
- "cask/installer_spec.rb"
|
|
- "cask/pkg_spec.rb"
|
|
- "cmd/update-report_spec.rb"
|
|
- "compiler_failure_spec.rb"
|
|
- "compiler_selector_spec.rb"
|
|
- "dependable_spec.rb"
|
|
- "dependency_expansion_spec.rb"
|
|
- "description_cache_store_spec.rb"
|
|
- "exceptions_spec.rb"
|
|
- "formula_pin_spec.rb"
|
|
- "formula_spec.rb"
|
|
- "language/python/virtualenv_spec.rb"
|
|
- "linkage_cache_store_spec.rb"
|
|
- "resource_spec.rb"
|
|
- "software_spec_spec.rb"
|
|
- "utils/analytics_spec.rb"
|
|
- "version_spec.rb"
|