Sha256: 286fc259c57867b8fb1b36af95b2046cfcfb8a476950d6fe1fb998c3bc9d08c8

Contents?: true

Size: 1.34 KB

Versions: 3

Compression:

Stored size: 1.34 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2020-01-24 14:47:44 +1300 using RuboCop version 0.79.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: 7
# Configuration parameters: CountComments, ExcludedMethods.
# ExcludedMethods: refine
Metrics/BlockLength:
  Max: 153

# Offense count: 4
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, EnforcedStyle.
# SupportedStyles: nested, compact
Style/ClassAndModuleChildren:
  Exclude:
    - 'lib/consyncful/railtie.rb'
    - 'spec/consyncful/base_spec.rb'
    - 'spec/consyncful/sync_spec.rb'

# Offense count: 7
Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'
    - 'lib/consyncful.rb'
    - 'lib/consyncful/base.rb'
    - 'lib/consyncful/item_mapper.rb'
    - 'lib/consyncful/railtie.rb'
    - 'lib/consyncful/stats.rb'
    - 'lib/consyncful/sync.rb'

# Offense count: 42
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Layout/LineLength:
  Max: 226

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
consyncful-0.4.0 .rubocop_todo.yml
consyncful-0.3.3 .rubocop_todo.yml
consyncful-0.3.2 .rubocop_todo.yml