Sha256: 7b1a8a9cd366da5b039f4e9a930a99d5f206dbc7923d8cc5ddf4fc5c74b56265

Contents?: true

Size: 321 Bytes

Versions: 6

Compression:

Stored size: 321 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.7.8

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 200

Metrics/MethodLength:
  Max: 100

Metrics/BlockLength:
  Max: 100

Metrics/ClassLength:
  Max: 500

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
openai-assistant-1.1.0 .rubocop.yml
openai-assistant-1.0.0 .rubocop.yml
openai-assistant-0.7.0 .rubocop.yml
openai-assistant-0.6.0 .rubocop.yml
openai-assistant-0.5.0 .rubocop.yml
openai-assistant-0.4.0 .rubocop.yml