Sha256: 0c98b599ade2f4f1edfc70045d863ed30171e0f4cf0d1d4feca072aebc60194f

Contents?: true

Size: 394 Bytes

Versions: 8

Compression:

Stored size: 394 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.7

  NewCops: enable

Style/Documentation:
  # Skips checking to make sure top level modules / classes have a comment.
  Enabled: false

Layout/LineLength:
  Max: 100

Metrics/BlockLength:
  Exclude:
    - "Rakefile"
    - "**/*.rake"
    - "spec/**/*.rb"

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/FrozenStringLiteralComment:
  Enabled: false

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ruby-openai-1.0.0 .rubocop.yml
ruby-openai-0.3.0 .rubocop.yml
ruby-openai-0.2.0 .rubocop.yml
ruby-openai-0.1.4 .rubocop.yml
ruby-openai-0.1.3 .rubocop.yml
ruby-openai-0.1.2 .rubocop.yml
ruby-openai-0.1.1 .rubocop.yml
ruby-openai-0.1.0 .rubocop.yml