Sha256: ec9757566e8dc0d333adc6453334c546f33c9c1021e9d31a5e09e973eb534013

Contents?: true

Size: 713 Bytes

Versions: 2

Compression:

Stored size: 713 Bytes

Contents

require:
  - rubocop-performance
  - rubocop-rspec

RSpec:
  Enabled: true

Performance:
  Enabled: true

Bundler:
  Enabled: true

Gemspec:
  Enabled: true

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: single_quotes

Style/FrozenStringLiteralComment:
  Enabled: false

Layout/LineLength:
  Max: 80

Metrics/MethodLength:
  Max: 12

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*_spec.rb'
    - '**/*.gemspec'

Layout/IndentationConsistency:
  EnforcedStyle: normal

Style/BlockDelimiters:
  Enabled: true

RSpec/ExampleLength:
  Enabled: false

RSpec/MultipleExpectations:
  Enabled: false

RSpec/ContextWording:
  Enabled: false

Style/MutableConstant:
  Enabled: true
  Exclude:
    - 'lib/tnt.rb'

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
dpd-0.1.0 .rubocop.yml
tnt.rb-0.1.0 .rubocop.yml