Sha256: 1c0205a74b1fe89a4187db0356699861e059a8f639a6b77d2e823631de6ade34

Contents?: true

Size: 1.06 KB

Versions: 2

Compression:

Stored size: 1.06 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2015-08-06 12:27:03 -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: 30
# Configuration parameters: AllowURI, URISchemes.
Metrics/LineLength:
  Max: 129

# Offense count: 10
Style/Documentation:
  Exclude:
    - 'app/api/acme/ping.rb'
    - 'app/api/acme/post.rb'
    - 'app/api/acme/protected.rb'
    - 'app/api/acme/raise.rb'
    - 'app/api/api.rb'
    - 'app/controllers/application_controller.rb'
    - 'app/controllers/welcome_controller.rb'
    - 'app/helpers/application_helper.rb'
    - 'app/helpers/welcome_helper.rb'
    - 'config/application.rb'

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes.
Style/RegexpLiteral:
  Exclude:
    - 'spec/spec_helper.rb'

Version data entries

2 entries across 2 versions & 1 rubygems

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