Sha256: f27a3d12b1e5099b2ea316a2aa791649ac0dc3922b12925f803a446900f5872f
Contents?: true
Size: 839 Bytes
Versions: 14
Compression:
Stored size: 839 Bytes
Contents
require: rubocop-rspec inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.5 Metrics/BlockLength: Exclude: - 'spec/**/*_spec.rb' - 'spec/support/**/*.rb' - '*.gemspec' Lint/AmbiguousBlockAssociation: Exclude: - 'spec/**/*_spec.rb' RSpec/AlignLeftLetBrace: Enabled: true RSpec/DescribedClass: Exclude: - 'spec/integration/yard/**/*_spec.rb' RSpec/ExampleLength: Exclude: - 'spec/integration/yard/**/*_spec.rb' - 'spec/integration/readme/**/*_spec.rb' RSpec/MultipleExpectations: Exclude: - 'spec/integration/yard/**/*_spec.rb' - 'spec/integration/readme/**/*_spec.rb' RSpec/NestedGroups: Max: 4 Exclude: - 'spec/integration/yard/**/*.rb' Style/HashEachMethods: Enabled: true Style/HashTransformKeys: Enabled: true Style/HashTransformValues: Enabled: true
Version data entries
14 entries across 14 versions & 3 rubygems