Sha256: 5fea5e1acd5bc00889597b674dba165f52da5c378da814fc8321f017c5b451f5
Contents?: true
Size: 967 Bytes
Versions: 3
Compression:
Stored size: 967 Bytes
Contents
require: rubocop-rspec inherit_from: .rubocop_todo.yml Rails: Enabled: false AllCops: TargetRubyVersion: 2.3 Include: - '**/Rakefile' Exclude: - spec/spec_helper.rb - vendor/**/* - examples/query_spec.rb Metrics/LineLength: Max: 120 Enabled: true Style/SignalException: EnforcedStyle: only_raise Naming/FileName: Exclude: - Gemfile - Guardfile - rspec-hive.gemspec Metrics/BlockLength: ExcludedMethods: ['describe', 'context'] 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rspec-hive-0.6.2 | .rubocop.yml |
rspec-hive-0.6.1 | .rubocop.yml |
rspec-hive-0.6.0 | .rubocop.yml |