Sha256: f5401ed822ca476a20fce31dedbc50126f27ff25afd45091ecd1577e59174292

Contents?: true

Size: 392 Bytes

Versions: 3

Compression:

Stored size: 392 Bytes

Contents

require:
  - rubocop-rspec

AllCops:
  TargetRubyVersion: 2.6

Layout/LineLength:
  Max: 120

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented_relative_to_receiver

Style/Documentation:
  Enabled: false

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

Style/NumericLiterals:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
conifer-1.2.1 .rubocop.yml
conifer-1.2.0 .rubocop.yml
conifer-1.1.0 .rubocop.yml