Sha256: cbf38f949814bef299f6f3639875c13ff5d3c9d5d45617a2e2bf2125478b211c

Contents?: true

Size: 629 Bytes

Versions: 3

Compression:

Stored size: 629 Bytes

Contents

inherit_from: .rubocop_todo.yml

require: rubocop-rspec

AllCops:
  Exclude:
    - 'Gemfile'
    - 'bin/**/*'
    - 'db/**/*'
    - 'config/**/*'
    - '.internal_test_app/**/*'
    - 'spec/test_app_templates/**/*'
    - 'spec/spec_helper.rb'
    - 'spec/teaspoon_env.rb'
    - 'vendor/**/*'
  Rails:
    Enabled: true
  TargetRubyVersion: 2.2

Metrics/LineLength:
  Max: 130

Style/ClassAndModuleChildren:
  Enabled: false

Style/MutableConstant:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

RSpec/DescribeClass:
  Exclude:
    - 'spec/integration/*'

RSpec/FilePath:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
spotlight-dor-resources-0.6.1 .rubocop.yml
spotlight-dor-resources-0.6.0 .rubocop.yml
spotlight-dor-resources-0.5.0 .rubocop.yml