Sha256: f65a78e38a45ae6e1483d91773c5d1085f20a540d3e71110c70a273de30aa617

Contents?: true

Size: 716 Bytes

Versions: 5

Compression:

Stored size: 716 Bytes

Contents

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

# Gemspec/RequireMFA:
#   Enabled: false

Layout/HashAlignment:
  EnforcedHashRocketStyle: table

Layout/LineLength:
  Max: 150

Metrics/BlockLength:
  Exclude:
    - spec/**/*
  Max: 50

Metrics/AbcSize:
  Max: 42

Metrics/CyclomaticComplexity:
  Max: 25

Metrics/MethodLength:
  Max: 40

Metrics/ModuleLength:
  Enabled: false

Metrics/PerceivedComplexity:
  Max: 20

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/LineEndConcatenation:
  Enabled: false

Style/StringConcatenation:
  Exclude:
    - spec/**/*

Style/StringLiterals:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll_all_collections-0.3.1 .rubocop.yml
jekyll_all_collections-0.3.0 .rubocop.yml
jekyll_all_collections-0.2.2 .rubocop.yml
jekyll_all_collections-0.2.1 .rubocop.yml
jekyll_all_collections-0.2.0 .rubocop.yml