Sha256: 76d8c35466e93afbb40b4570d59006b440f1512ed987b9e307cab033c8b35628

Contents?: true

Size: 1.64 KB

Versions: 6

Compression:

Stored size: 1.64 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-11-04 12:41:28 +0100 using RuboCop version 0.60.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: 3
Metrics/AbcSize:
  Max: 21

# Offense count: 1
# Configuration parameters: CountComments.
Metrics/ClassLength:
  Max: 161

# Offense count: 13
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/MethodLength:
  Max: 16

# Offense count: 2
RSpec/AnyInstance:
  Exclude:
    - 'spec/reek/cli/application_spec.rb'

# Offense count: 1
# Configuration parameters: CustomIncludeMethods.
RSpec/EmptyExampleGroup:
  Exclude:
    - 'spec/factories/factories.rb'

# Offense count: 1
RSpec/MissingExampleGroupArgument:
  Exclude:
    - 'spec/factories/factories.rb'

# Offense count: 4
RSpec/MultipleDescribes:
  Exclude:
    - 'spec/reek/ast/sexp_extensions_spec.rb'
    - 'spec/reek/code_comment_spec.rb'
    - 'spec/reek/report/location_formatter_spec.rb'
    - 'spec/reek/report/progress_formatter_spec.rb'

# Offense count: 32
# Configuration parameters: AggregateFailuresByDefault.
RSpec/MultipleExpectations:
  Max: 5

# Offense count: 25
RSpec/NestedGroups:
  Max: 5

# Offense count: 2
# Cop supports --auto-correct.
# Configuration parameters: ConvertCodeThatCanStartToReturnNil, Whitelist.
# Whitelist: present?, blank?, presence, try, try!
Style/SafeNavigation:
  Exclude:
    - 'lib/reek/ast/node.rb'
    - 'lib/reek/ast/sexp_extensions/module.rb'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
reek-5.5.0 .rubocop_todo.yml
reek-5.4.1 .rubocop_todo.yml
reek-5.4.0 .rubocop_todo.yml
reek-5.3.2 .rubocop_todo.yml
reek-5.3.1 .rubocop_todo.yml
reek-5.3.0 .rubocop_todo.yml