Sha256: fe47a6d9f6ed913b897607245b0ffe53e12da14b4611e6a3a5cbaa5c02389824
Contents?: true
Size: 577 Bytes
Versions: 2
Compression:
Stored size: 577 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' TargetRubyVersion: 2.2 Rails: Enabled: true 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spotlight-dor-resources-2.0.1 | .rubocop.yml |
spotlight-dor-resources-2.0.0 | .rubocop.yml |