Sha256: 24ac80fd9a5e476c576d5013375f6b49b00cf37fe2883d08292dc0cb39d8aa4e

Contents?: true

Size: 1.08 KB

Versions: 37

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

37 entries across 37 versions & 1 rubygems

Version Path
parliament-utils-0.11.3 .rubocop.yml
parliament-utils-0.11.2 .rubocop.yml
parliament-utils-0.11.1 .rubocop.yml
parliament-utils-0.11.0 .rubocop.yml
parliament-utils-0.10.2 .rubocop.yml
parliament-utils-0.10.1 .rubocop.yml
parliament-utils-0.10.0 .rubocop.yml
parliament-utils-0.9.1 .rubocop.yml
parliament-utils-0.9.0 .rubocop.yml
parliament-utils-0.8.7 .rubocop.yml
parliament-utils-0.8.6 .rubocop.yml
parliament-utils-0.8.5 .rubocop.yml
parliament-utils-0.8.4 .rubocop.yml
parliament-utils-0.8.3 .rubocop.yml
parliament-utils-0.8.2 .rubocop.yml
parliament-utils-0.8.1 .rubocop.yml
parliament-utils-0.8.0 .rubocop.yml
parliament-utils-0.7.3 .rubocop.yml
parliament-utils-0.7.2 .rubocop.yml
parliament-utils-0.7.1 .rubocop.yml