Sha256: 1b50c2eed38a6e1621e5ebc8bcbf35cd81121f69d3ec46e647bec638a4496940

Contents?: true

Size: 654 Bytes

Versions: 3

Compression:

Stored size: 654 Bytes

Contents

inherit_from: .rubocop_todo.yml


AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.7
  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.9.0 .rubocop.yml
telnyx-2.8.0 .rubocop.yml
telnyx-2.7.0 .rubocop.yml