Sha256: 9383b47c57370606486fde49ef73f5deea567ba96cb83bd9b18f666e498c856d

Contents?: true

Size: 593 Bytes

Versions: 1

Compression:

Stored size: 593 Bytes

Contents

AllCops:
  TargetRubyVersion: 3.0.2
  NewCops: enable
  Exclude:
    - "bin/**/*"
    - "public/**/*"
    - "log/**/*"
    - "tmp/**/*"
    - "vendor/**/*"
    - "db/schema.rb"
    - "db/migrate/**/*"

Layout/LineLength:
  Max: 120

Metrics/AbcSize:
  Max: 22

Metrics/MethodLength:
  Max: 16

Metrics/BlockLength:
  Max: 30

Style/Documentation:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Style/FrozenStringLiteralComment:
  Enabled: true
  EnforcedStyle: never

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
middleman-tailwind-0.1.0 .rubocop.yml