Sha256: 2b670a68addbece12059af966542b3ab180ec6e2911cf8556e423589d350235a

Contents?: true

Size: 1.21 KB

Versions: 2

Compression:

Stored size: 1.21 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2015-08-28 08:52:35 -0400 using RuboCop version 0.33.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
Metrics/AbcSize:
  Max: 19

# Offense count: 27
# Configuration parameters: AllowURI, URISchemes.
Metrics/LineLength:
  Max: 126

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

# Offense count: 15
Style/Documentation:
  Exclude:
    - 'api/content_type.rb'
    - 'api/entities.rb'
    - 'api/get_json.rb'
    - 'api/header_versioning.rb'
    - 'api/path_versioning.rb'
    - 'api/ping.rb'
    - 'api/post_json.rb'
    - 'api/post_put.rb'
    - 'api/rescue_from.rb'
    - 'api/upload_file.rb'
    - 'api/wrap_response.rb'
    - 'api/wrap_response_decorator.rb'
    - 'app/acme_app.rb'
    - 'app/api.rb'

# Offense count: 1
# Cop supports --auto-correct.
Style/Lambda:
  Exclude:
    - 'app/acme_app.rb'

# Offense count: 1
Style/RescueModifier:
  Exclude:
    - 'api/get_json.rb'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vitals-0.4.0 integration/multiverse/grape-on-rack/.rubocop_todo.yml
vitals-0.3.0 integration/multiverse/grape-on-rack/.rubocop_todo.yml