Sha256: 59d906e2f831d4b89649f0ed7fb93512bdf7ac630012350cb7c68fd0fc8d2991

Contents?: true

Size: 315 Bytes

Versions: 8

Compression:

Stored size: 315 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.4
  Include:
    - '**/Gemfile'
    - '**/Rakefile'
    - '**/*.rake'
  Exclude:
    - vendor/**/*
    - db/migrations/**/*

  DisplayCopNames:
    Enabled: true

  DisplayStyleGuide:
    Enabled: true

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

Metrics/LineLength:
  Max: 180

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
revealing-1.7.0 .rubocop.yml
revealing-1.6.0 .rubocop.yml
revealing-1.5.0 .rubocop.yml
revealing-1.4.0 .rubocop.yml
revealing-1.2.0 .rubocop.yml
revealing-1.1.0 .rubocop.yml
revealing-1.0.8 .rubocop.yml
revealing-1.0.7 .rubocop.yml