Sha256: 96a19570f341c530a7be2da57ed5e4e47abc15d09e8321b6f6c58c81fa87ce89

Contents?: true

Size: 603 Bytes

Versions: 1

Compression:

Stored size: 603 Bytes

Contents

require:
  - rubocop-minitest
  - rubocop-rake

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.5

Layout/LineLength:
  Max: 120

Layout/EndOfLine:
  EnforcedStyle: lf

Layout/FirstArrayElementIndentation:
  EnforcedStyle: consistent

Metrics/AbcSize:
  Exclude:
    - lib/jive/batch_runner.rb
    - lib/jive/popen.rb

Metrics/MethodLength:
  Exclude:
    - lib/jive/batch_runner.rb
    - lib/jive/popen.rb

Style/Documentation:
  Enabled: false

Style/StringLiterals:
  Enabled: true
  EnforcedStyle: double_quotes

Style/StringLiteralsInInterpolation:
  Enabled: true
  EnforcedStyle: double_quotes

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jive-0.2.0 .rubocop.yml