Sha256: 6a08f5e7ce04af23fd795215529cae35e01037a72d2d09755fdbbc09f89244b7

Contents?: true

Size: 1.06 KB

Versions: 2

Compression:

Stored size: 1.06 KB

Contents

require:
  # - rubocop-jekyll
  - rubocop-md
  - rubocop-performance
  - rubocop-rake
  - rubocop-rspec

AllCops:
  Exclude:
    - binstub/**/*
    - demo/_site/*
    - vendor/**/*
    - Gemfile*
  NewCops: enable

Gemspec/DeprecatedAttributeAssignment:
  Enabled: false

Gemspec/RequireMFA:
  Enabled: false

Gemspec/RequiredRubyVersion:
  Enabled: false

Layout/HashAlignment:
  EnforcedColonStyle: table
  EnforcedHashRocketStyle: table

Layout/LineLength:
  Max: 150

Metrics/AbcSize:
  Max: 45

Metrics/BlockLength:
  Exclude:
    - jekyll_all_collections.gemspec
  Max: 30

Metrics/CyclomaticComplexity:
  Max: 25

Metrics/MethodLength:
  Max: 30

Metrics/PerceivedComplexity:
  Max: 25

Naming/FileName:
  Exclude:
    - Rakefile

RSpec/ExampleLength:
  Max: 30

RSpec/FilePath:
  Enabled: false
  IgnoreMethods: true
  SpecSuffixOnly: true

RSpec/IndexedLet:
  Enabled: false

RSpec/MultipleExpectations:
  Max: 15

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: comma

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll_all_collections-0.3.5 .rubocop.yml
jekyll_all_collections-0.3.4 .rubocop.yml