Sha256: 0dad343c558d684213f98b720a58fcdddc48761a985c709ceb8aef38dfe99038

Contents?: true

Size: 437 Bytes

Versions: 10

Compression:

Stored size: 437 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.7
  NewCops: disable
  SuggestExtensions: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: single_quotes

Layout/LineLength:
  Max: 120

Style/Documentation:
  Enabled: false

Metrics/MethodLength:
  Enabled: true
  CountComments: false
  Max: 30

Metrics/AbcSize:
  Max: 30

Metrics/BlockLength:
  Max: 30

Version data entries

10 entries across 10 versions & 6 rubygems

Version Path
devise-api-0.0.0 .rubocop.yml
rails-routes-prettier-1.0.0 .rubocop.yml
rails-routes-prettier-0.1.0 .rubocop.yml
shft-ruby-essentials-0.1.0 .rubocop.yml
natron-0.1.0 .rubocop.yml
dry-validation-rails-0.1.1 .rubocop.yml
dry-validation-rails-0.1.0 .rubocop.yml
followability-1.1.1 .rubocop.yml
followability-1.1.0 .rubocop.yml
followability-1.0.0 .rubocop.yml