Sha256: 398445e3b262193f0656f88099b68d710bd0cf1019739be04306dc815b350248

Contents?: true

Size: 354 Bytes

Versions: 7

Compression:

Stored size: 354 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3

  Exclude:
    - 'bin/**/*'
    - 'tmp/**/*'
    - 'test/test_helper.rb'
    - 'spec/spec_helper.rb'
    - 'spec/rails_helper.rb'

Metrics/LineLength:
  Max: 100

Metrics/MethodLength:
  Max: 20

Style/BlockComments:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Documentation:
  Enabled: false

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
rspec-testrail-jamesdphillips-0.1.6 .rubocop.yml
rspec-testrail-jamesdphillips-0.1.5 .rubocop.yml
rspec-testrail-jamesdphillips-0.1.4 .rubocop.yml
rspec-testrail-jamesdphillips-0.1.3 .rubocop.yml
rspec-testrail-0.1.2 .rubocop.yml
rspec-testrail-0.1.1 .rubocop.yml
rspec-testrail-0.1.0 .rubocop.yml