Sha256: d1632c2e9f28da1d63bab5d671dd3e04c09dc5570fa04387e651ec7b226f97f0

Contents?: true

Size: 805 Bytes

Versions: 3

Compression:

Stored size: 805 Bytes

Contents

require: rubocop-rspec

AllCops:
  TargetRubyVersion: 2.6

Layout/LineLength:
  Max: 120

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented_relative_to_receiver

Layout/SpaceAroundMethodCallOperator:
  Enabled: true

Lint/RaiseException:
  Enabled: true

Lint/StructNewOverride:
  Enabled: true

Naming/PredicateName:
  AllowedMethods:
    - has_many

Style/Documentation:
  Enabled: false

Style/EmptyMethod:
  EnforcedStyle: expanded

Style/ExponentialNotation:
  Enabled: true

Style/FormatStringToken:
  EnforcedStyle: template

Style/HashEachMethods:
  Enabled: true

Style/HashTransformKeys:
  Enabled: true

Style/HashTransformValues:
  Enabled: true

Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    default: ()
    '%w': '()'
    '%W': '()'
    '%i': '()'
    '%I': '()'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
table_saw-2.8.1 .rubocop.yml
table_saw-2.8.0 .rubocop.yml
table_saw-2.7.0 .rubocop.yml