Sha256: 6a14edc7d19d8aed5c7dada8c8575a8bb510c97e88e44fbd965da74ae3777a6f

Contents?: true

Size: 472 Bytes

Versions: 3

Compression:

Stored size: 472 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/Documentation:
  Enabled: false

Layout/LineLength:
  Max: 120

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
openai-please-0.1.2 .rubocop.yml
openai-please-0.1.1 .rubocop.yml
openai-please-0.1.0 .rubocop.yml