Sha256: c5515b1cc049d94412ac6f75c7b59feca510548c63d9ec4f6f2af61cfa63cf7c

Contents?: true

Size: 414 Bytes

Versions: 8

Compression:

Stored size: 414 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6
  NewCops: enable
  SuggestExtensions: false

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

Layout/LineLength:
  Max: 100
  Exclude:
    - "**/*.gemspec"

Metrics/BlockLength:
  Exclude:
    - "spec/**/*"

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/FrozenStringLiteralComment:
  Enabled: false

Version data entries

8 entries across 8 versions & 3 rubygems

Version Path
ruby-stabilityai-0.0.2 .rubocop.yml
ruby-stabilityai-0.0.1 .rubocop.yml
ruby-openai-3.7.0 .rubocop.yml
ruby-openai-3.6.0 .rubocop.yml
beaconcha-1.0.0 .rubocop.yml
ruby-openai-3.5.0 .rubocop.yml
ruby-openai-3.4.0 .rubocop.yml
ruby-openai-3.3.0 .rubocop.yml