Sha256: 91aa47f563460fa77ade3b2b36e80e668befe66df3e5ecffd2d5787563139059

Contents?: true

Size: 274 Bytes

Versions: 3

Compression:

Stored size: 274 Bytes

Contents

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

Layout/HashAlignment:
  Enabled: false

Layout/LineLength:
  Max: 150

Layout/MultilineMethodCallIndentation:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll_plugin_support-0.3.0 .rubocop.yml
jekyll_plugin_support-0.2.0 .rubocop.yml
jekyll_plugin_support-0.1.0 .rubocop.yml