Sha256: 40461d4ce88e1dce923343567ec6f76ec7958c1fd1ba8311e01d4955e18e1838

Contents?: true

Size: 1.01 KB

Versions: 1

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: 112

# 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

1 entries across 1 versions & 1 rubygems

Version Path
cinnamon_serial-2.1.2 .rubocop_todo.yml