Sha256: 470eaa2fb31bdd1f031c1b9cf2e106e8fa2657426506e2a67916ca94e97b0cdd

Contents?: true

Size: 1.39 KB

Versions: 1

Compression:

Stored size: 1.39 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2017-10-09 10:22:52 -0500 using RuboCop version 0.41.2.
# 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: 18

# Offense count: 1
Metrics/CyclomaticComplexity:
  Max: 9

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

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

# Offense count: 1
Metrics/PerceivedComplexity:
  Max: 11

# Offense count: 5
Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'
    - 'lib/grape-active_model_serializers/endpoint_extension.rb'
    - 'lib/grape-active_model_serializers/error_formatter.rb'
    - 'lib/grape-active_model_serializers/formatter.rb'
    - 'lib/grape-active_model_serializers/options_builder.rb'
    - 'lib/grape-active_model_serializers/serializer_resolver.rb'

# Offense count: 2
# Configuration parameters: ExpectMatchingDefinition, Regex, IgnoreExecutableScripts.
Style/FileName:
  Exclude:
    - 'lib/grape-active_model_serializers.rb'
    - 'spec/grape-active_model_serializers_spec.rb'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
grape-active_model_serializers-1.5.2 .rubocop_todo.yml