Sha256: 7bba1ed036b825a2fe9bacc30a050e3354984b305198d34a37dcafc29f13fb2e

Contents?: true

Size: 1.08 KB

Versions: 1

Compression:

Stored size: 1.08 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2017-09-15 11:07:31 -0300 using RuboCop version 0.49.1.
# 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: 21
Metrics/AbcSize:
  Max: 24

# Offense count: 7
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/BlockLength:
  Max: 39

# Offense count: 2
# Configuration parameters: CountComments.
Metrics/ClassLength:
  Max: 112

# Offense count: 15
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 14

# Offense count: 1
# Configuration parameters: CountComments.
Metrics/ModuleLength:
  Max: 106

Metrics/LineLength:
  Max: 130

Style/FormatStringToken:
  Enabled: false

Metrics/BlockLength:
  Max: 50
  Exclude:
    - 'Rakefile'
    - '**/*.rake'
    - '**/*_spec.rb'
    - '*.gemspec'

Style/ClassVars:
  Enabled: false

Style/RescueStandardError:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cnh-0.1.0 .rubocop.yml