Sha256: c8f74b952f69bfd69cdb6f16a606d70f6d49f90330dc50ba0f756174d7e5b3ac
Contents?: true
Size: 979 Bytes
Versions: 1
Compression:
Stored size: 979 Bytes
Contents
require: rubocop-rspec inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.5 Metrics/BlockLength: Exclude: - 'spec/**/*_spec.rb' - 'spec/support/**/*.rb' - '*.gemspec' Layout/LineLength: Max: 100 Lint/AmbiguousBlockAssociation: Exclude: - 'spec/**/*_spec.rb' RSpec/AlignLeftLetBrace: Enabled: true RSpec/PredicateMatcher: Exclude: - 'spec/integration/yard/**/*_spec.rb' 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' - spec/lib/sinclair_spec.rb RSpec/NestedGroups: Max: 5 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.10.0 | .rubocop.yml |