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

40 lines
1.3 KiB
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"
2018-09-30 15:35:49 +02:00
2021-02-01 16:43:36 -05:00
# Offense count: 63
# Configuration parameters: IgnoreNameless, IgnoreSymbolicNames.
2018-09-30 15:35:49 +02:00
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"
2021-02-01 16:43:36 -05:00
- "language/python/virtualenv_spec.rb"
- "linkage_cache_store_spec.rb"
- "resource_spec.rb"
- "software_spec_spec.rb"
- "utils/analytics_spec.rb"
- "version_spec.rb"