Sha256: e228b7cc412df072a5bcaafe8a64db7432bcde88f1a26c7df0f6de4e4f6df9ca

Contents?: true

Size: 677 Bytes

Versions: 7

Compression:

Stored size: 677 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.1

Layout/CaseIndentation:
  EnforcedStyle: end

Layout/IndentArray:
  EnforcedStyle: consistent

Layout/IndentHash:
  EnforcedStyle: consistent

Metrics/MethodLength:
  # There's ~2 long methods in `StripeClient`. If we want to truncate those a
  # little, we could move this to be closer to ~30 (but the default of 10 is
  # probably too short).
  Max: 50

Metrics/ModuleLength:
  Enabled: false

Style/FrozenStringLiteralComment:
  EnforcedStyle: always

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/TrailingCommaInLiteral:
  EnforcedStyleForMultiline: consistent_comma

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
stripe-4.18.0 .rubocop.yml
stripe-4.17.0 .rubocop.yml
stripe-4.16.0 .rubocop.yml
stripe-4.15.0 .rubocop.yml
stripe-4.14.0 .rubocop.yml
stripe-4.13.0 .rubocop.yml
stripe-4.12.0 .rubocop.yml