Sha256: 875db0ff09eb5b81b57fa84c1ae68d14df1811952bf3251ccf8432f4317e9649

Contents?: true

Size: 642 Bytes

Versions: 4

Compression:

Stored size: 642 Bytes

Contents

require:
  - rubocop-rake
  - rubocop-rspec
AllCops:
  NewCops: enable
Style/StringLiterals:
  EnforcedStyle: double_quotes
Metrics/MethodLength:
  Max: 30
Metrics/AbcSize:
  Max: 30
RSpec/ExampleLength:
  Max: 30
Style/Documentation:
  Enabled: false
Metrics/BlockLength:
  Exclude:
    - 'spec/**/*.rb'
    - '*.gemspec'
RSpec/DescribeClass:
  Exclude:
    - 'spec/integration/**/*.rb'
# I'd rather have multiple expectations than lots of duplicate tests
RSpec/MultipleExpectations:
  Enabled: false
# The default arbitrary number (5) is a little painful
RSpec/MultipleMemoizedHelpers:
  Enabled: false
RSpec/MessageSpies:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
openapi3_parser-0.10.1 .rubocop.yml
openapi3_parser-0.9.2 .rubocop.yml
openapi3_parser-0.9.1 .rubocop.yml
openapi3_parser-0.9.0 .rubocop.yml