Sha256: cf38b2d7c4a497f1186017d8bc3ed55ba30629a2027fa0ec45c6456097beb84e

Contents?: true

Size: 1.49 KB

Versions: 8

Compression:

Stored size: 1.49 KB

Contents

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

# inherit_gem:
#  rubocop-jekyll: .rubocop.yml

AllCops:
  Exclude:
      - vendor/**/*
      - binstub/**/*
      - Gemfile*
      - Rakefile
  NewCops: enable

Gemspec/DeprecatedAttributeAssignment:
  Enabled: false

Gemspec/RequiredRubyVersion:
  Enabled: false

Gemspec/RequireMFA:
  Enabled: false

Layout/InitialIndentation:
  Exclude:
    - README.md

Layout/HashAlignment:
  EnforcedColonStyle: table
  EnforcedHashRocketStyle: table

Layout/LineLength:
  Max: 150

Layout/MultilineMethodCallIndentation:
  Enabled: false

Lint/RedundantCopDisableDirective:
  Exclude:
    - jekyll_img.gemspec

Metrics/AbcSize:
  Max: 60

Metrics/BlockLength:
  Max: 30
  Exclude:
    - jekyll_img.gemspec
    - spec/img_props_spec.rb

Metrics/CyclomaticComplexity:
  Max: 10

Metrics/MethodLength:
  Max: 40

Metrics/PerceivedComplexity:
  Max: 10

Naming/FileName:
  Exclude:
    - Rakefile

Naming/MemoizedInstanceVariableName:
  Enabled: false

RSpec/ExampleLength:
  Enabled: false

RSpec/MultipleExpectations:
  Enabled: false

Style/CommandLiteral:
  Enabled: false

Style/CommentedKeyword:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

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

Style/StringLiterals:
  Enabled: false

Style/StringLiteralsInInterpolation:
  Enabled: false

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: comma

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
jekyll_img-0.2.7 .rubocop.yml
jekyll_img-0.2.6 .rubocop.yml
jekyll_img-0.2.5 .rubocop.yml
jekyll_img-0.2.4 .rubocop.yml
jekyll_img-0.2.3 .rubocop.yml
jekyll_img-0.2.2 .rubocop.yml
jekyll_img-0.2.1 .rubocop.yml
jekyll_img-0.2.0 .rubocop.yml