ruby-grape/grape-with-roar

View on GitHub
.rubocop_todo.yml

Summary

Maintainability
Test Coverage
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2015-08-06 12:31:48 -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: 18
# Configuration parameters: AllowURI, URISchemes.
Metrics/LineLength:
  Max: 152

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

# Offense count: 9
Style/Documentation:
  Exclude:
    - 'api/extensions/crud_extension.rb'
    - 'api/presenters/paginated_presenter.rb'
    - 'api/presenters/root_presenter.rb'
    - 'api/presenters/spline_presenter.rb'
    - 'api/presenters/splines_presenter.rb'
    - 'api/splines_endpoint.rb'
    - 'app/acme_app.rb'
    - 'app/models/spline.rb'
    - 'app/root_endpoint.rb'

# Offense count: 1
Style/DoubleNegation:
  Exclude:
    - 'app/models/spline.rb'