Sha256: 09b2435f17de2a40b40a0e83930470ab03f0e64d4d086caadac0c6556e7cb229

Contents?: true

Size: 324 Bytes

Versions: 4

Compression:

Stored size: 324 Bytes

Contents

AllCops:
  TargetRubyVersion: 3.1
  Exclude:
    - "spec/support/matchers/**"
    - "vendor/**/*"

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/LineLength:
  Max: 120

Metrics/BlockLength:
  Enabled: false

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
model-to-schema-0.1.2 .rubocop.yml
model-to-schema-0.1.1 .rubocop.yml
model-to-schema-0.1.0 .rubocop.yml
model-to-squema-0.1.0 .rubocop.yml