Sha256: 859a4313d89698a9866f33fe12a1a46dbcece91f5b8bac8ab1feef9d1ada9868

Contents?: true

Size: 1.92 KB

Versions: 1

Compression:

Stored size: 1.92 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2017-01-25 11:50:14 -0500 using RuboCop version 0.47.1.
# 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: 2
Metrics/AbcSize:
  Max: 24

# Offense count: 3
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/BlockLength:
  Max: 117

# Offense count: 28
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
  Max: 135

# Offense count: 1
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 14

# Offense count: 3
# Cop supports --auto-correct.
# Configuration parameters: MaxKeyValuePairs.
Performance/RedundantMerge:
  Exclude:
    - 'lib/estella/parser.rb'
    - 'lib/estella/searchable.rb'

# Offense count: 1
Style/AccessorMethodName:
  Exclude:
    - 'lib/estella/helpers.rb'

# Offense count: 1
Style/ClassVars:
  Exclude:
    - 'lib/estella/helpers.rb'

# Offense count: 7
Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'
    - 'lib/estella/analysis.rb'
    - 'lib/estella/helpers.rb'
    - 'lib/estella/parser.rb'
    - 'lib/estella/query.rb'
    - 'lib/estella/searchable.rb'

# Offense count: 3
# Configuration parameters: MinBodyLength.
Style/GuardClause:
  Exclude:
    - 'lib/estella/query.rb'
    - 'lib/estella/searchable.rb'

# Offense count: 9
# Cop supports --auto-correct.
Style/MutableConstant:
  Exclude:
    - 'lib/estella/analysis.rb'
    - 'lib/estella/version.rb'

# Offense count: 2
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
# SupportedStyles: only_raise, only_fail, semantic
Style/SignalException:
  Exclude:
    - 'lib/estella/parser.rb'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
estella-0.2.2 .rubocop_todo.yml