Sha256: 64a96a8932dc205c6948085496d38389115caddc466ed716bbd580f301a02741
Contents?: true
Size: 857 Bytes
Versions: 1
Compression:
Stored size: 857 Bytes
Contents
require: rubocop-rspec inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.5 Metrics/BlockLength: Exclude: - 'spec/**/*_spec.rb' - 'spec/support/**/*.rb' - '*.gemspec' Metrics/LineLength: Max: 100 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' RSpec/MultipleExpectations: Exclude: - 'spec/integration/yard/**/*_spec.rb' - 'spec/integration/readme/**/*_spec.rb' - spec/lib/sinclair_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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sinclair-1.6.1 | .rubocop.yml |