Sha256: 6c6ed25c213777d41991cccb6eb49d506d18de6c674bfea0484cc239f6d55ed2

Contents?: true

Size: 853 Bytes

Versions: 7

Compression:

Stored size: 853 Bytes

Contents

inherit_gem:
  relaxed-rubocop: .rubocop.yml

AllCops:
  Exclude:
    - vendor/**/* # Prevent validation of bundler gems
  NewCops: disable # Ignore "pending" cops

Metrics/BlockLength:
  Enabled: false # Length is an unreliable metric.

Style/ClassAndModuleChildren:
  Enabled: false # Neither styles are satisfying in all cases

Layout/SpaceInsideArrayLiteralBrackets:
  EnforcedStyle: no_space # Similar to prettier's config.

Layout/FirstArrayElementIndentation:
  EnforcedStyle: consistent # Consistent with Layout/FirstArgumentIndentation

Layout/FirstHashElementIndentation:
  EnforcedStyle: consistent # Consistent with Layout/FirstArgumentIndentation

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented # Consistent with Rails style

Layout/ArgumentAlignment:
  EnforcedStyle: with_fixed_indentation # Consistent with Rails style

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
getaround-rubocop-0.2.8 .rubocop.yml
getaround-rubocop-0.2.7 .rubocop.yml
getaround-rubocop-0.2.6 .rubocop.yml
getaround-rubocop-0.2.5 .rubocop.yml
getaround-rubocop-0.2.4 .rubocop.yml
getaround-rubocop-0.2.3 .rubocop.yml
getaround-rubocop-0.2.2 .rubocop.yml