Sha256: 7a871cfa7ae7d56dd5e19e300ad69c6acb274c1c35fe35cfd61f4cc9738f4304

Contents?: true

Size: 759 Bytes

Versions: 2

Compression:

Stored size: 759 Bytes

Contents

inherit_gem:
  relaxed-rubocop: .rubocop.yml

Style/FrozenStringLiteralComment:
  Description: Useless in ruby > 2.3
  Enabled: false

Style/ClassAndModuleChildren:
  EnforcedStyle: compact

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

Layout/SpaceInsideArrayLiteralBrackets:
  Description: Similar to prettier's config.
  Enabled: false

Layout/IndentFirstArgument:
  Description: Useless indentation is useless.
  Enabled: false

Layout/IndentFirstArrayElement:
  Description: Useless indentation is useless.
  Enabled: false

Layout/IndentFirstHashElement:
  Description: Useless indentation is useless.
  Enabled: false

Layout/IndentFirstParameter:
  Description: Useless indentation is useless.
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
getaround-rubocop-0.1.1 .rubocop.yml
getaround-rubocop-0.1.0 .rubocop.yml