Sha256: 84ca2fb2a6185abe6ec28293f90409b9e619528a1ef7251dd5e37857f5e93945

Contents?: true

Size: 1.01 KB

Versions: 3

Compression:

Stored size: 1.01 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-10-03 13:08:39 -0500 using RuboCop version 0.59.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: 4
Metrics/AbcSize:
  Max: 26

# Offense count: 2
# Configuration parameters: CountComments, ExcludedMethods.
# ExcludedMethods: refine
Metrics/BlockLength:
  Exclude:
    - 'spec/base_spec.rb'
    - 'spec/dsl_spec.rb'

# Offense count: 1
# Configuration parameters: CountComments.
Metrics/ClassLength:
  Max: 111

# Offense count: 2
Metrics/CyclomaticComplexity:
  Max: 15

# Offense count: 1
# Configuration parameters: CountKeywordArgs.
Metrics/ParameterLists:
  Max: 8

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

# Offense count: 1
Style/DoubleNegation:
  Exclude:
    - 'lib/cinnamon_serial/formatting.rb'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cinnamon_serial-2.1.1 .rubocop_todo.yml
cinnamon_serial-2.1.0 .rubocop_todo.yml
cinnamon_serial-2.0.0 .rubocop_todo.yml