Sha256: 39ab9f8c285b742978f92d5d7df0aadfcaee041e3fc30a2d400348c43385bb99

Contents?: true

Size: 979 Bytes

Versions: 2

Compression:

Stored size: 979 Bytes

Contents

Metrics/BlockNesting:
  Max: 2

Metrics/ClassLength:
  CountComments: false
  Max: 110

Metrics/CyclomaticComplexity:
  Max: 8 # TODO: Lower to 6

Metrics/LineLength:
  AllowURI: true
  Max: 143 # TODO: Lower to 80

Metrics/MethodLength:
  CountComments: false
  Max: 22 # TODO: Lower to 15

Metrics/ParameterLists:
  Max: 3
  CountKeywordArgs: true

Style/AccessModifierIndentation:
  EnforcedStyle: outdent

Style/CollectionMethods:
  PreferredMethods:
    collect:  'map'
    reduce:   'inject'
    find:     'detect'
    find_all: 'select'

Style/Documentation:
  Enabled: false

Style/DotPosition:
  EnforcedStyle: leading

Style/DoubleNegation:
  Enabled: false

Style/EachWithObject:
  Enabled: false

Style/Encoding:
  Enabled: false

Style/HashSyntax:
  EnforcedStyle: hash_rockets

Style/Lambda:
  Enabled: false

Style/SingleSpaceBeforeFirstArg:
  Enabled: false

Style/SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space

Style/TrivialAccessors:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
http-0.7.4 .rubocop.yml
http-0.7.3 .rubocop.yml