Sha256: 17e93822331aeafbd59a5672186b4c88f48f84c5ca5ab37996aa7c9ec5aeb820

Contents?: true

Size: 370 Bytes

Versions: 2

Compression:

Stored size: 370 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.5
Layout/EmptyComment:
  Enabled: false
Metrics/LineLength:
  Exclude:
    - '*.gemspec'
  IgnoredPatterns:
    - 'raise'
    - 'puts'
    - 'warn'
    - 'git'
Style/DoubleNegation:
  Enabled: false
Metrics/AbcSize:
  Max: 23
Metrics/MethodLength:
  Max: 20
Style/AndOr:
  Enabled: false
Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll_push-0.1.2 .rubocop.yml
jekyll_push-0.1.1 .rubocop.yml