Sha256: da9f22a6f17c50bf7006c8b8a637e1446ea6d87aa0ac49ab402f30b965d58bfd

Contents?: true

Size: 1.47 KB

Versions: 1

Compression:

Stored size: 1.47 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-01-11 18:20:10 +0100 using RuboCop version 0.52.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: 1
Lint/AmbiguousBlockAssociation:
  Exclude:
    - 'spec/grape_entity/exposure/represent_exposure_spec.rb'

# Offense count: 6
Metrics/AbcSize:
  Max: 32

# Offense count: 35
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/BlockLength:
  Max: 1632

# Offense count: 2
# Configuration parameters: CountComments.
Metrics/ClassLength:
  Max: 210

# Offense count: 2
Metrics/CyclomaticComplexity:
  Max: 11

# Offense count: 7
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 28

# Offense count: 2
Metrics/PerceivedComplexity:
  Max: 13

# Offense count: 1
Style/EvalWithLocation:
  Exclude:
    - 'lib/grape_entity/exposure/nesting_exposure/nested_exposures.rb'

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: IgnoredMethods.
# IgnoredMethods: respond_to, define_method
Style/SymbolProc:
  Exclude:
    - 'spec/grape_entity/entity_spec.rb'

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
grape-entity-0.7.1 .rubocop_todo.yml