Sha256: 645b57c2c3a12b11db3f2655148cd0105b05cdf43b31c728d69a50685016339b
Contents?: true
Size: 845 Bytes
Versions: 1
Compression:
Stored size: 845 Bytes
Contents
inherit_from: - .rubocop_todo.yml - lib/rspec/block_is_expected/rubocop.yml require: - rubocop-lts - rubocop-md - rubocop-rake - rubocop-rspec inherit_gem: rubocop-lts: rubocop-lts.yml AllCops: DisplayCopNames: true # Display the name of the failing cops Exclude: - 'gemfiles/vendor/**/*' - 'vendor/**/*' Metrics/BlockLength: AllowedMethods: - context - describe - it - shared_context - shared_examples - shared_examples_for - namespace - draw Layout/LineLength: Enabled: false Style/HashSyntax: EnforcedStyle: hash_rockets Style/Lambda: Enabled: false Style/PercentLiteralDelimiters: Enabled: false Style/SymbolArray: Enabled: false # Enable when drop support for Ruby < 2 Style/ExpandPathArguments: Enabled: false RSpec/FactoryBot/CreateList: Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rspec-block_is_expected-1.0.3 | .rubocop.yml |