Sha256: 8dbf7e686bbe86cccb33f46bf82c69f7b2a552f1ece20012a9f297a464d80453

Contents?: true

Size: 531 Bytes

Versions: 2

Compression:

Stored size: 531 Bytes

Contents

---
AllCops:
  DisplayCopNames:    true
  DisplayStyleGuide:  true
  StyleGuideCopsOnly: true
  TargetRubyVersion:  2.3
  Exclude:
    - spec/dummy/db/schema.rb

Metrics/ParameterLists:
  Max: 5

Style/Alias:
  Enabled: false

Style/ClassAndModuleChildren:
  EnforcedStyle: compact

Style/FileName:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/ModuleFunction:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  EnforcedStyle: double_quotes

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rspec-sqlimit-0.0.2 .rubocop.yml
rspec-sqlimit-0.0.1 .rubocop.yml