Sha256: 7f2e19a2edef97fba352532d0314db0c16a27994dc99a33aec7e188b521108f1

Contents?: true

Size: 734 Bytes

Versions: 2

Compression:

Stored size: 734 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

Metrics/LineLength:
  Max: 80

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

Layout/IndentationConsistency:
  EnforcedStyle: normal

Style/BlockDelimiters:
  Enabled: true

RSpec/FilePath:
  Exclude:
    - 'spec/**/*_spec.rb'

RSpec/DescribedClass:
  Exclude:
    - 'spec/integration/*_spec.rb'

RSpec/ExampleLength:
  Enabled: false

RSpec/MultipleExpectations:
  Enabled: false

RSpec/ContextWording:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
http-rest_client-0.1.1 .rubocop.yml
http-rest_client-0.1.0 .rubocop.yml