Sha256: e646e9bc90d5531f991e10a66505c59f57e86c632cc5471232ab1b644038beee

Contents?: true

Size: 587 Bytes

Versions: 7

Compression:

Stored size: 587 Bytes

Contents

Layout/DotPosition:
  EnforcedStyle: trailing
Layout/EmptyLineAfterMagicComment:
  Enabled: false
Layout/EmptyLines:
  Enabled: false
Layout/LineLength:
  IgnoredPatterns:
    - 'VCR\.use_cassette'
    - '(\A|\s)/.*?/'
Metrics/BlockLength:
  ExcludedMethods: ['describe', 'context', 'before']
Metrics/MethodLength:
  Max: 30
Metrics/ModuleLength:
  Max: 200
Metrics/ParameterLists:
  Max: 6
Style/TrailingCommaInArguments:
  EnforcedStyleForMultiline: 'consistent_comma'
Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: 'consistent_comma'
AllCops:
  TargetRubyVersion: 2.5

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
workos-4.1.0 .rubocop.yml
workos-4.0.0 .rubocop.yml
workos-3.1.0 .rubocop.yml
workos-3.0.0 .rubocop.yml
workos-2.17.0 .rubocop.yml
workos-2.16.0 .rubocop.yml
workos-2.15.0 .rubocop.yml