Sha256: 70bb15172e83ebf4f6ac8095369338d6f9f58f65665d52434c086026643844b4

Contents?: true

Size: 1.58 KB

Versions: 2

Compression:

Stored size: 1.58 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2015-08-08 11:38:01 -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: 5
Metrics/AbcSize:
  Max: 70

# Offense count: 5
Metrics/CyclomaticComplexity:
  Max: 11

# Offense count: 83
# Configuration parameters: AllowURI, URISchemes.
Metrics/LineLength:
  Max: 170

# Offense count: 4
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 26

# Offense count: 3
Metrics/PerceivedComplexity:
  Max: 12

# Offense count: 13
Style/Documentation:
  Exclude:
    - 'examples/mongoid_scroll_feed.rb'
    - 'lib/mongoid/criterion/scrollable.rb'
    - 'lib/mongoid/scroll/cursor.rb'
    - 'lib/mongoid/scroll/errors/base.rb'
    - 'lib/mongoid/scroll/errors/invalid_cursor_error.rb'
    - 'lib/mongoid/scroll/errors/multiple_sort_fields_error.rb'
    - 'lib/mongoid/scroll/errors/no_such_field_error.rb'
    - 'lib/mongoid/scroll/errors/unsupported_field_type_error.rb'
    - 'lib/mongoid/scroll/mongoid.rb'
    - 'lib/mongoid/scroll/version.rb'
    - 'lib/moped/scrollable.rb'
    - 'spec/support/feed/embedded_item.rb'
    - 'spec/support/feed/item.rb'

# Offense count: 1
# Configuration parameters: Exclude.
Style/FileName:
  Exclude:
    - 'lib/mongoid-scroll.rb'

# Offense count: 6
# Configuration parameters: SupportedStyles.
Style/RaiseArgs:
  EnforcedStyle: compact

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mongoid-scroll-0.3.3 .rubocop_todo.yml
mongoid-scroll-0.3.2 .rubocop_todo.yml