Sha256: 342819f9ec09d1eb1dbd75c806b4e6756a055df60e970234f69eaefb06f18d99

Contents?: true

Size: 290 Bytes

Versions: 1

Compression:

Stored size: 290 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.4
Layout/EmptyComment:
  Enabled: false
Metrics/LineLength:
  Exclude:
    - '*.gemspec'
  IgnoredPatterns:
    - 'raise'
    - 'puts'
    - 'warn'
    - 'git'
Style/DoubleNegation:
  Enabled: false
Metrics/AbcSize:
  Max: 23
Metrics/MethodLength:
  Max: 15

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll_push-0.1.0 .rubocop.yml