Sha256: 5d4c86fa7a56ca19c7b69a6e454ad52b4b0c004cd1eb38188e7d48d89d0f6dcc

Contents?: true

Size: 403 Bytes

Versions: 10

Compression:

Stored size: 403 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.3.1
  DisplayCopNames: true
  Exclude:
    - bootstrap_leather.gemspec
    - spec/dummy/db/schema.rb
    - spec/dummy/db/migrate/*

Metrics/BlockLength:
  Exclude:
    - config/routes.rb
    - spec/*
    - spec/*/*
    - spec/*/*/*
    - spec/dummy/db/seeds/*

Metrics/ModuleLength:
  Exclude:
    - spec/*
    - spec/*/*
    - spec/*/*/*

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
bootstrap_leather-0.10.14 .rubocop.yml
bootstrap_leather-0.10.13 .rubocop.yml
bootstrap_leather-0.10.11 .rubocop.yml
bootstrap_leather-0.10.10 .rubocop.yml
bootstrap_leather-0.10.9 .rubocop.yml
bootstrap_leather-0.10.8 .rubocop.yml
bootstrap_leather-0.10.7 .rubocop.yml
bootstrap_leather-0.10.6 .rubocop.yml
bootstrap_leather-0.10.5 .rubocop.yml
bootstrap_leather-0.10.4 .rubocop.yml