Sha256: 51e6ecb9bf588331b29c9c67e5441442fd7f86fd6220f1081f893bd2776c0216
Contents?: true
Size: 654 Bytes
Versions: 5
Compression:
Stored size: 654 Bytes
Contents
inherit_from: .rubocop_todo.yml AllCops: DisplayCopNames: true TargetRubyVersion: 3.0 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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
telnyx-3.0.5 | .rubocop.yml |
telnyx-3.0.4 | .rubocop.yml |
telnyx-3.0.3 | .rubocop.yml |
telnyx-3.0.2 | .rubocop.yml |
telnyx-3.0.0 | .rubocop.yml |