Sha256: 7e7d6a6cd75598011043340fd58f87f70d99a0c0391a1da0f227be35b13e8f19

Contents?: true

Size: 1.04 KB

Versions: 12

Compression:

Stored size: 1.04 KB

Contents

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

Style/SpaceBeforeFirstArg:
  Enabled: false

Style/BracesAroundHashParameters:
  Enabled: false

Style/IndentHash:
  EnforcedStyle: consistent

Style/AlignHash:
  Severity: fatal
  Enabled: true
  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

Style/SpaceAroundOperators:
  # When true, allows most uses of extra spacing if the intent is to align
  # with an operator on the previous or next line, not counting empty lines
  # or comment lines.
  AllowForAlignment: true

Style/FrozenStringLiteralComment:
  Enabled: false

AllCops:
  Exclude:
    - '*.gemspec'
    - 'vendor/**/*'
    - 'tmp/**/*'
    - 'spec/**/*'

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
grom-1.0.1 .rubocop.yml
grom-1.0.0 .rubocop.yml
grom-0.6.1 .rubocop.yml
grom-0.6.0 .rubocop.yml
grom-0.5.1 .rubocop.yml
grom-0.5.0 .rubocop.yml
grom-0.4.0 .rubocop.yml
grom-0.3.10.pre .rubocop.yml
grom-0.3.9 .rubocop.yml
grom-0.3.8 .rubocop.yml
grom-0.3.7 .rubocop.yml
grom-0.3.6 .rubocop.yml