Sha256: bbf4fe759c6d0b6c60c5469d3126bc82ffd52a521ebeb9e5328567eaecc63e28

Contents?: true

Size: 508 Bytes

Versions: 2

Compression:

Stored size: 508 Bytes

Contents

inherit_gem:
  rubocop-jekyll: .rubocop.yml

AllCops:
  Exclude:
      - vendor/**/*
      - Gemfile*
  NewCops: enable
  TargetRubyVersion: 2.6

Layout/LineLength:
  Max: 150

Metrics/AbcSize:
  Max: 20
  Exclude:
    - "test/**/*"

Metrics/BlockLength:
  Exclude:
    - "*.gemspec"
    - "Rakefile"

Metrics/ClassLength:
  Max: 50
  Exclude:
    - "test/**/*"

Metrics/MethodLength:
  Exclude:
    - "test/**/*"

Style/CommandLiteral:
  Enabled: false

Style/StringLiterals:
  EnforcedStyle: double_quotes

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll_archive_create-1.0.1 .rubocop.yml
jekyll_archive_create-1.0.0 .rubocop.yml