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-0.7.8 .rubocop.yml
parliament-grom-decorators-0.2.1 .rubocop.yml
parliament-grom-decorators-0.2.0 .rubocop.yml
parliament-grom-decorators-0.1.8 .rubocop.yml
parliament-grom-decorators-0.1.7 .rubocop.yml
parliament-ruby-0.7.8.pre .rubocop.yml
parliament-ruby-0.7.7 .rubocop.yml
parliament-grom-decorators-0.1.6 .rubocop.yml
parliament-ntriple-0.1.2 .rubocop.yml
parliament-opensearch-0.2.6 .rubocop.yml
parliament-grom-decorators-0.1.5 .rubocop.yml
parliament-grom-decorators-0.1.4 .rubocop.yml
parliament-grom-decorators-0.1.3 .rubocop.yml
parliament-opensearch-0.2.5 .rubocop.yml
parliament-ntriple-0.1.1 .rubocop.yml
parliament-opensearch-0.2.4 .rubocop.yml
parliament-grom-decorators-0.1.2 .rubocop.yml
parliament-grom-decorators-0.1.1 .rubocop.yml
parliament-ruby-0.7.6 .rubocop.yml
parliament-grom-decorators-0.1.0 .rubocop.yml