Sha256: 0c1969572a01b14310569c94fc14e14758664044f9abe8def315bd5286adeeac
Contents?: true
Size: 779 Bytes
Versions: 1
Compression:
Stored size: 779 Bytes
Contents
require: rubocop-rspec inherit_from: .rubocop_todo.yml AllCops: TargetRubyVersion: 2.7 NewCops: enable Layout/LineLength: Max: 120 Enabled: true Style/SignalException: EnforcedStyle: only_raise Naming/FileName: Exclude: - Gemfile - Guardfile - rspec-hive.gemspec Layout/MultilineOperationIndentation: EnforcedStyle: indented Style/Documentation: Enabled: false Layout/SpaceInsideHashLiteralBraces: EnforcedStyle: no_space EnforcedStyleForEmptyBraces: no_space Layout/DotPosition: EnforcedStyle: trailing Enabled: true Metrics/MethodLength: CountComments: false # count full line comments? Max: 30 RSpec/DescribeClass: Exclude: - spec/lib/rspec/hive/matchers_spec.rb Style/Encoding: Exclude: - 'rspec-hive.gemspec'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rspec-hive-0.6.3 | .rubocop.yml |