Sha256: 49c81a0e51b1872812a42b97056a30c6177e85f705eb8eb39d3bde0c5f0cb47a

Contents?: true

Size: 657 Bytes

Versions: 1

Compression:

Stored size: 657 Bytes

Contents

# require: rubocop-jekyll
# inherit_gem:
#  rubocop-jekyll: .rubocop.yml

AllCops:
  Exclude:
      - vendor/**/*
      - Gemfile*
      - '*.gemspec' # This does nothing. Why?
  NewCops: enable
  TargetRubyVersion: 2.6

# Gemspec/RequireMFA:
#   Enabled: false

# Jekyll/NoPutsAllowed:
#   Enabled: false

Layout/HashAlignment:
  EnforcedHashRocketStyle: table

Layout/LineLength:
  Max: 150

Metrics/AbcSize:
  Max: 20

Metrics/BlockLength:
  Max: 50

Metrics/MethodLength:
  Max: 40

Metrics/ModuleLength:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/StringLiterals:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll_plugin_template-0.2.0 .rubocop.yml