Sha256: 2f2ce2736e04cc5b29b5c37bb4c16ed1b00487c98ccd1932e9359983c2249aab
Contents?: true
Size: 780 Bytes
Versions: 1
Compression:
Stored size: 780 Bytes
Contents
inherit_from: .rubocop_todo.yml require: - rubocop-rspec - rubocop-performance AllCops: TargetRubyVersion: 2.3 Exclude: # This file is something which we aren't advising people to use # Probably need to consider deleting this fully at some point - 'features/support/legacy_web_steps_support.rb' # These are auto-generated from a load of features that we # don't have direct control over - 'tmp/**/*' # Generated by appraisal - 'gemfiles/*.gemfile' Style/Documentation: Enabled: false Metrics/LineLength: Max: 200 IgnoredPatterns: - '^Given' - '^When' - '^Then' Style/RegexpLiteral: EnforcedStyle: slashes AllowInnerSlashes: true BlockLength: Exclude: - './spec/**/*_spec.rb' - 'cucumber-rails.gemspec'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cucumber-rails-1.8.0 | .rubocop.yml |