Sha256: 59113da68fb2b70c313e16b10ee3a3e69a8c33e83c6de86ae3fb123f64153c8a

Contents?: true

Size: 598 Bytes

Versions: 6

Compression:

Stored size: 598 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.5
  Exclude:
    - 'spec/rails/**/*'
    - 'vendor/**/*'

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: consistent_comma
Style/TrailingCommaInArguments:
  EnforcedStyleForMultiline: consistent_comma
Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: consistent_comma
Style/ClassAndModuleChildren:
  EnforcedStyle: compact
  Exclude:
    - 'lib/rspec/openapi/version.rb'
Layout/FirstArrayElementIndentation:
  EnforcedStyle: consistent
Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rspec-openapi-0.14.0 .rubocop.yml
rspec-openapi-0.13.0 .rubocop.yml
rspec-openapi-0.12.0 .rubocop.yml
rspec-openapi-0.11.0 .rubocop.yml
rspec-openapi-0.10.0 .rubocop.yml
rspec-openapi-0.9.0 .rubocop.yml