Sha256: ade58834469de3bd811678a1a7b8dd3258094549af42062c699ad8c546455bd1

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 2021-03-01 10:54:42 +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
# Cop supports --auto-correct.
# Configuration parameters: AllowInHeredoc.
Layout/TrailingWhitespace:
  Exclude:
    - 'lib/consyncful/item_mapper.rb'

# Offense count: 1
Metrics/AbcSize:
  Max: 19

# Offense count: 10
# Configuration parameters: CountComments, ExcludedMethods.
# ExcludedMethods: refine
Metrics/BlockLength:
  Max: 175

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

# Offense count: 3
Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'
    - 'lib/consyncful.rb'
    - 'lib/consyncful/railtie.rb'

# Offense count: 56
# 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.6.2 .rubocop_todo.yml
consyncful-0.6.1 .rubocop_todo.yml
consyncful-0.5.0 .rubocop_todo.yml