Sha256: c656634eac9985a1cc8bcfbb81c22586e70c27d1bfe224a02d1c2f871b4a490c

Contents?: true

Size: 423 Bytes

Versions: 9

Compression:

Stored size: 423 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.7
  NewCops: enable
  Exclude:
    - 'bin/**/*'
    - 'db/schema.rb'
    - 'vendor/**/*'
    - 'spec/fixtures/**/*'

Metrics/LineLength:
  Max: 140

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*.rb'

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: true

Style/StringLiterals:
  Enabled: false

Lint/SuppressedException:
  Exclude:
    - 'spec/**/*.rb'

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
langchainrb_rails-0.1.12 .rubocop.yml
langchainrb_rails-0.1.11 .rubocop.yml
langchainrb_rails-0.1.9 .rubocop.yml
langchainrb_rails-0.1.8 .rubocop.yml
langchainrb_rails-0.1.7 .rubocop.yml
langchainrb_rails-0.1.6 .rubocop.yml
langchainrb_rails-0.1.5 .rubocop.yml
langchainrb_rails-0.1.4 .rubocop.yml
langchainrb_rails-0.1.3 .rubocop.yml