Sha256: 8549749a73f68e7f88994021db78e376d219154141df152fa9fdff92f529f71f

Contents?: true

Size: 325 Bytes

Versions: 7

Compression:

Stored size: 325 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.4

Style/AsciiComments:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/RedundantSelf:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Layout/EndOfLine:
  Enabled: true
  EnforcedStyle: lf

Metrics/BlockLength:
  Exclude:
    - spec/**/*

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
activerecord-pick-0.2.0 .rubocop.yml
activerecord-pick-0.1.2 .rubocop.yml
activerecord-pick-0.1.1 .rubocop.yml
activerecord-pick-0.1.0 .rubocop.yml
recite_csv-0.1.2 .rubocop.yml
recite_csv-0.1.1 .rubocop.yml
recite_csv-0.1.0 .rubocop.yml