Sha256: bce0ddfc8361fb906e78b53e845aca024a17b61ad616ca033161a5b970bc0cf5

Contents?: true

Size: 1.27 KB

Versions: 2

Compression:

Stored size: 1.27 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2016-06-08 16:00:13 -0400 using RuboCop version 0.40.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: 1
Lint/RescueException:
  Exclude:
    - 'spec/grape_rabl_spec.rb'

# Offense count: 21
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes.
# URISchemes: http, https
Metrics/LineLength:
  Max: 148

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

# Offense count: 5
Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'
    - 'lib/grape-rabl.rb'
    - 'lib/grape-rabl/configuration.rb'
    - 'lib/grape-rabl/formatter.rb'
    - 'lib/grape-rabl/render.rb'
    - 'lib/grape/rabl.rb'

# Offense count: 1
Style/DoubleNegation:
  Exclude:
    - 'lib/grape-rabl/formatter.rb'

# Offense count: 1
# Configuration parameters: ExpectMatchingDefinition, Regex, IgnoreExecutableScripts.
Style/FileName:
  Exclude:
    - 'lib/grape-rabl.rb'

# Offense count: 1
Style/IfInsideElse:
  Exclude:
    - 'lib/grape-rabl/formatter.rb'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
grape-rabl-0.4.3 .rubocop_todo.yml
grape-rabl-0.4.2 .rubocop_todo.yml