Sha256: e7fe5c3b58e15b627a0eb16f01d6d5c977da11cd1e2a1db3393c541af820f420

Contents?: true

Size: 693 Bytes

Versions: 7

Compression:

Stored size: 693 Bytes

Contents

Metrics/LineLength:
  Description: 'Limit lines to 120 characters.'
  Max: 120

Style/Documentation:
  Enabled: false

Style/SpaceBeforeFirstArg:
  Enabled: false

Style/BracesAroundHashParameters:
  Enabled: false

Style/IndentHash:
  EnforcedStyle: consistent

Style/AlignHash:
  EnforcedHashRocketStyle: table
  EnforcedColonStyle: table

Style/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Style/StringLiterals:
  EnforcedStyle: single_quotes

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

Style/DotPosition:
  EnforcedStyle: leading

Style/DoubleNegation:
  Enabled: false

Version data entries

7 entries across 5 versions & 2 rubygems

Version Path
bandiera-client-3.0.4 .rubocop.yml
bandiera-client-3.0.4 .hound.yml
bandiera-client-3.0.3 .rubocop.yml
bandiera-client-3.0.2 .rubocop.yml
bandiera-client-3.0.1 .rubocop.yml
macmillan-utils-1.0.27 .hound.yml
macmillan-utils-1.0.27 .rubocop.yml