Sha256: 6bcf3620f9159a7064db5eb1d8725d2c6fa4a0380f4dc3a604700e11d257c067

Contents?: true

Size: 622 Bytes

Versions: 2

Compression:

Stored size: 622 Bytes

Contents

AllCops:
  TargetRubyVersion: 3
  NewCops: enable
  SuggestExtensions: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Style/TrailingCommaInHashLiteral:
  Enabled: true
  EnforcedStyleForMultiline: comma

Style/TrailingCommaInArguments:
  Enabled: true
  EnforcedStyleForMultiline: comma

Style/TrailingCommaInArrayLiteral:
  Enabled: true
  EnforcedStyleForMultiline: comma

Style/Documentation:
  Enabled: false

Layout/MultilineMethodCallIndentation:
  Enabled: false

Layout/LineLength:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
openai-please-0.2.0 .rubocop.yml
openai-please-0.1.3 .rubocop.yml