Sha256: ca8f506d9082c310365c3f8724902ffa4a9b7daf203268d7f887f5db5568da60

Contents?: true

Size: 654 Bytes

Versions: 3

Compression:

Stored size: 654 Bytes

Contents

inherit_from: .rubocop_todo.yml


AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.4
  NewCops: disable

Layout/CaseIndentation:
  EnforcedStyle: end

Layout/FirstArrayElementIndentation:
  EnforcedStyle: consistent

Layout/FirstHashElementIndentation:
  EnforcedStyle: consistent

Metrics/MethodLength:
  # There's ~2 long methods in `TelnyxClient`. 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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
telnyx-2.6.0 .rubocop.yml
telnyx-2.5.0 .rubocop.yml
telnyx-2.4.0 .rubocop.yml