Sha256: caca392b0c41d8b4b7e97912a8eb1699f8e4c931b97162cce3fa370d57a2ed56

Contents?: true

Size: 246 Bytes

Versions: 1

Compression:

Stored size: 246 Bytes

Contents

inherit_from:
  - .rubocop_todo.yml

AllCops:
  Exclude:
    - sandbox/**/*
    - spec/dummy/**/*
    - vendor/**/*

Documentation:
  Enabled: false

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

Metrics/LineLength:
  Enabled: true
  Max: 175

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
solidus_starter_frontend-0.1.0 .rubocop.yml