Sha256: 55af802b34ea748fdc2c3741d2a28c44d263b4018c77afcc26203db457422cf7

Contents?: true

Size: 1.08 KB

Versions: 99

Compression:

Stored size: 1.08 KB

Contents

Metrics/LineLength:
  Description: 'Limit lines to 120 characters.'
  Max: 120
  IgnoredPatterns: ['\A#', '\A([ ]{2}|[ ]{4})#']

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/**/*'
    - 'spec/**/*'
    - 'tmp/**/*'

Version data entries

99 entries across 99 versions & 4 rubygems

Version Path
parliament-ruby-1.0.2 .rubocop.yml
parliament-ruby-1.0.1 .rubocop.yml
parliament-opensearch-0.7.0 .rubocop.yml
parliament-ruby-1.0.0 .rubocop.yml
parliament-opensearch-0.6.0 .rubocop.yml
parliament-opensearch-0.5.2 .rubocop.yml
parliament-opensearch-0.5.1 .rubocop.yml
parliament-opensearch-0.5.0 .rubocop.yml
parliament-ruby-1.0.0.pre6 .rubocop.yml
parliament-ruby-1.0.0.pre5 .rubocop.yml
parliament-grom-decorators-0.21.0 .rubocop.yml
parliament-grom-decorators-0.19.0 .rubocop.yml
parliament-ruby-1.0.0.pre4 .rubocop.yml
parliament-ruby-1.0.0.pre3 .rubocop.yml
parliament-ruby-1.0.0.pre2 .rubocop.yml
parliament-ruby-1.0.0.pre .rubocop.yml
parliament-grom-decorators-0.18.0 .rubocop.yml
parliament-grom-decorators-0.17.0 .rubocop.yml
parliament-grom-decorators-0.16.4 .rubocop.yml
parliament-grom-decorators-0.16.3 .rubocop.yml