Sha256: 9d0d7a58a5662327aadce28082e95b9fed21d4ee7ea9f8143838c0fc7f443561

Contents?: true

Size: 457 Bytes

Versions: 1

Compression:

Stored size: 457 Bytes

Contents

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

  DisplayCopNames:
    Enabled: true

  DisplayStyleGuide:
    Enabled: true

Naming/FileName:
  Exclude:
  - Guardfile
  - Vagrantfile
  - test/Vagrantfile
  - Dockerfile

Metrics/BlockLength:
  Exclude:
    - test/**/*

Layout/LineLength:
  Max: 180
  Exclude:
    - test/**/*

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dropcaster-1.1.0 .rubocop.yml