Sha256: 18f13d2687fc76ee44dddb7a42d33997f9c55df1a932e09df07296dcedb25442

Contents?: true

Size: 593 Bytes

Versions: 1

Compression:

Stored size: 593 Bytes

Contents

inherit_from: .rubocop_todo.yml

require:
  - rubocop-rspec
  - rubocop-performance

AllCops:
  TargetRubyVersion: 2.3
  Exclude:
    # 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-2.0.0 .rubocop.yml