Sha256: 29f221f2677f010a6d0233cfe0c235dd307316e6f9571841c1fd06c56983bd5e
Contents?: true
Size: 626 Bytes
Versions: 4
Compression:
Stored size: 626 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/**/*' 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
spotlight-dor-resources-1.1.0 | .rubocop.yml |
spotlight-dor-resources-1.0.1 | .rubocop.yml |
spotlight-dor-resources-1.0.0 | .rubocop.yml |
spotlight-dor-resources-0.6.2 | .rubocop.yml |