Sha256: e09cd6fb27f33e04d6efcbb1313de66a26029fe48067b4bfe04352c81ee47ad9

Contents?: true

Size: 521 Bytes

Versions: 2

Compression:

Stored size: 521 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.6
  NewCops: enable
  Exclude:
  <% `git status --ignored --porcelain`.lines.grep(/^!! /).each do |path| %>
  - <%= path.sub(/^!! /, '').sub(/\/$/, '/**/*')  %>
  <% end %>

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: single_quotes

Layout/LineLength:
  Max: 120

Metrics/MethodLength:
  Max: 20
  Exclude:
    - 'spec/**/*'
Metrics/BlockLength:
  Exclude:
    - '**/*.rake'
    - 'spec/**/*'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rspec-remote_fixtures-0.2.1 .rubocop.yml
rspec-remote_fixtures-0.2.0 .rubocop.yml