Sha256: 10a51bbcbc44174ee9b10c792982322aaf1271f3dc53cf3153b2391704e40aef

Contents?: true

Size: 474 Bytes

Versions: 2

Compression:

Stored size: 474 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.7
  NewCops: disable
  SuggestExtensions: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: single_quotes

Layout/LineLength:
  Max: 120

Style/Documentation:
  Enabled: false

Metrics/MethodLength:
  Enabled: true
  CountComments: false
  Max: 30

Metrics/AbcSize:
  Max: 30

Metrics/BlockLength:
  Max: 30
  Exclude:
    - 'spec/**/*_spec.rb'

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
openai-ruby-client-0.0.0 .rubocop.yml
dry-openapi-cli-0.0.0 .rubocop.yml