Sha256: 3f7f94d57feb1b5a03ede90f2579b2ab9126a603cddc6148ded6ac0511df6c7c

Contents?: true

Size: 442 Bytes

Versions: 14

Compression:

Stored size: 442 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/AbcSize:
  Max: 20

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

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/FrozenStringLiteralComment:
  Enabled: false

Version data entries

14 entries across 14 versions & 5 rubygems

Version Path
anthropic-0.3.0 .rubocop.yml
anthropic-0.2.0 .rubocop.yml
ruby-gemini-0.1.0 .rubocop.yml
ruby-openai-4.3.2 .rubocop.yml
midjourney-0.1.0 .rubocop.yml
ruby-openai-4.3.1 .rubocop.yml
ruby-openai-4.3.0 .rubocop.yml
anthropic-0.1.0 .rubocop.yml
anthropic-0.0.0 .rubocop.yml
ruby-openai-4.2.0 .rubocop.yml
ruby-advanced-openai-4.1.1 .rubocop.yml
ruby-advanced-openai-4.1.0 .rubocop.yml
ruby-openai-4.1.0 .rubocop.yml
ruby-openai-4.0.0 .rubocop.yml