Sha256: 32c0e0a1b2af46b12f2b60b7b562f5b9d7adc9b2281449b990a8502841300fd0
Contents?: true
Size: 475 Bytes
Versions: 13
Compression:
Stored size: 475 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/**/*' RunRailsCops: true Metrics/LineLength: Max: 130 Style/StringLiterals: Enabled: true EnforcedStyle: single_quotes RSpec/DescribeClass: Exclude: - 'spec/integration/*'
Version data entries
13 entries across 13 versions & 1 rubygems