2018-09-30 15:35:49 +02:00
|
|
|
# This configuration was generated by
|
|
|
|
|
# `rubocop --auto-gen-config`
|
2019-01-21 13:39:11 +00:00
|
|
|
# on 2019-01-21 13:27:20 +0000 using RuboCop version 0.63.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.
|
|
|
|
|
|
2019-01-21 13:39:11 +00:00
|
|
|
# Offense count: 1
|
|
|
|
|
# Cop supports --auto-correct.
|
|
|
|
|
Lint/UnneededCopEnableDirective:
|
2018-09-30 15:35:49 +02:00
|
|
|
Exclude:
|
2019-01-21 13:39:11 +00:00
|
|
|
- 'cask/artifact/shared_examples/uninstall_zap.rb'
|
2018-09-30 15:35:49 +02:00
|
|
|
|
|
|
|
|
# Offense count: 16
|
|
|
|
|
RSpec/ExpectActual:
|
|
|
|
|
Exclude:
|
|
|
|
|
- 'spec/routing/**/*'
|
|
|
|
|
- 'missing_formula_spec.rb'
|
|
|
|
|
|
2019-01-21 13:39:11 +00:00
|
|
|
# Offense count: 20
|
2018-09-30 15:35:49 +02:00
|
|
|
RSpec/ExpectInHook:
|
|
|
|
|
Exclude:
|
|
|
|
|
- 'cache_store_spec.rb'
|
|
|
|
|
- 'cask/audit_spec.rb'
|
|
|
|
|
- 'cmd/reinstall_spec.rb'
|
|
|
|
|
- 'linkage_cache_store_spec.rb'
|
|
|
|
|
- 'migrator_spec.rb'
|
|
|
|
|
- 'os/mac/java_requirement_spec.rb'
|
|
|
|
|
|
2019-01-21 13:39:11 +00:00
|
|
|
# Offense count: 37
|
2018-09-30 15:35:49 +02:00
|
|
|
# Configuration parameters: CustomTransform, IgnoreMethods.
|
|
|
|
|
RSpec/FilePath:
|
|
|
|
|
Enabled: false
|
|
|
|
|
|
|
|
|
|
# Offense count: 6
|
|
|
|
|
# Configuration parameters: AssignmentOnly.
|
|
|
|
|
RSpec/InstanceVariable:
|
|
|
|
|
Exclude:
|
|
|
|
|
- 'download_strategies_spec.rb'
|
|
|
|
|
- 'support/helper/spec/shared_context/integration_test.rb'
|
|
|
|
|
- 'utils/git_spec.rb'
|
|
|
|
|
- 'version_spec.rb'
|
|
|
|
|
|
|
|
|
|
# Offense count: 1
|
|
|
|
|
RSpec/MissingExampleGroupArgument:
|
|
|
|
|
Exclude:
|
|
|
|
|
- 'cask/depends_on_spec.rb'
|
|
|
|
|
|
|
|
|
|
# Offense count: 24
|
|
|
|
|
RSpec/MultipleDescribes:
|
|
|
|
|
Enabled: false
|
|
|
|
|
|
2019-01-21 13:39:11 +00:00
|
|
|
# Offense count: 825
|
|
|
|
|
# Configuration parameters: IgnoreSharedExamples.
|
2018-09-30 15:35:49 +02:00
|
|
|
RSpec/NamedSubject:
|
|
|
|
|
Enabled: false
|
|
|
|
|
|
2019-01-21 13:39:11 +00:00
|
|
|
# Offense count: 7
|
2018-09-30 15:35:49 +02:00
|
|
|
RSpec/RepeatedDescription:
|
|
|
|
|
Exclude:
|
|
|
|
|
- 'inreplace_spec.rb'
|
|
|
|
|
- 'migrator_spec.rb'
|
|
|
|
|
- 'tab_spec.rb'
|
|
|
|
|
|
2019-01-21 13:39:11 +00:00
|
|
|
# Offense count: 25
|
2018-09-30 15:35:49 +02:00
|
|
|
RSpec/SubjectStub:
|
|
|
|
|
Exclude:
|
|
|
|
|
- 'cache_store_spec.rb'
|
|
|
|
|
- 'cmd/update-report/reporter_spec.rb'
|
|
|
|
|
- 'download_strategies_spec.rb'
|
|
|
|
|
- 'formula_installer_spec.rb'
|
|
|
|
|
- 'java_requirement_spec.rb'
|
|
|
|
|
- 'language/python_spec.rb'
|
|
|
|
|
- 'os/mac/java_requirement_spec.rb'
|
|
|
|
|
|
2019-01-21 13:39:11 +00:00
|
|
|
# Offense count: 67
|
|
|
|
|
# Configuration parameters: IgnoreNameless, IgnoreSymbolicNames.
|
2018-09-30 15:35:49 +02:00
|
|
|
RSpec/VerifiedDoubles:
|
|
|
|
|
Enabled: false
|