Sha256: 78e8d0b05b00f3337d1a5511ae0d0d9a66b129f7988846c244499a4cf81b2c9c

Contents?: true

Size: 677 Bytes

Versions: 33

Compression:

Stored size: 677 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.0

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

33 entries across 33 versions & 1 rubygems

Version Path
stripe-4.11.0 .rubocop.yml
stripe-4.10.0 .rubocop.yml
stripe-4.9.1 .rubocop.yml
stripe-4.9.0 .rubocop.yml
stripe-4.8.1 .rubocop.yml
stripe-4.8.0 .rubocop.yml
stripe-4.7.1 .rubocop.yml
stripe-4.7.0 .rubocop.yml
stripe-4.6.0 .rubocop.yml
stripe-4.5.0 .rubocop.yml
stripe-4.4.1 .rubocop.yml
stripe-4.4.0 .rubocop.yml
stripe-4.3.0 .rubocop.yml
stripe-4.2.0 .rubocop.yml
stripe-4.1.0 .rubocop.yml
stripe-4.0.3 .rubocop.yml
stripe-4.0.2 .rubocop.yml
stripe-4.0.1 .rubocop.yml
stripe-4.0.0 .rubocop.yml
stripe-3.31.1 .rubocop.yml