Sha256: a668e4e49a9811d4bd02033a7f3fce5bba792aa0643336dbd4d59b0697af4a42

Contents?: true

Size: 1.12 KB

Versions: 6

Compression:

Stored size: 1.12 KB

Contents

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

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

  Gemspec/DeprecatedAttributeAssignment:
    Enabled: false

  Gemspec/RequireMFA:
    Enabled: false

  Layout/HashAlignment:
    EnforcedColonStyle: table
    EnforcedHashRocketStyle: table

  Layout/LineLength:
    Max: 150

  Layout/CommentIndentation:
    Exclude:
      - spec/**/*

  Layout/MultilineMethodCallIndentation:
    Enabled: false

  Lint/RedundantCopDisableDirective:
    Exclude:
      - jekyll_plugin_support.gemspec

  Metrics/AbcSize:
    Max: 30

  Metrics/BlockLength:
    Exclude:
      - jekyll_plugin_support.gemspec

  Metrics/CyclomaticComplexity:
    Max: 20

  Metrics/MethodLength:
    Max: 40

  RSpec/ExampleLength:
    Max: 20

  RSpec/MultipleExpectations:
    Max: 15

  Style/Documentation:
    Enabled: false

  Style/FrozenStringLiteralComment:
    Enabled: false

  Style/TrailingCommaInHashLiteral:
    EnforcedStyleForMultiline: comma

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jekyll_plugin_support-0.7.2 .rubocop.yml
jekyll_plugin_support-0.7.1 .rubocop.yml
jekyll_plugin_support-0.7.0 .rubocop.yml
jekyll_plugin_support-0.6.2 .rubocop.yml
jekyll_plugin_support-0.6.1 .rubocop.yml
jekyll_plugin_support-0.6.0 .rubocop.yml