Sha256: a58762bd5c52c6322e548b016e94497339913869ad5dbcf1ae487b084c012f0e

Contents?: true

Size: 700 Bytes

Versions: 1

Compression:

Stored size: 700 Bytes

Contents

require: rubocop-jekyll

inherit_gem:
  rubocop-jekyll: .rubocop.yml

AllCops:
  TargetRubyVersion: 2.6
  Include:
    - lib/**/*.rb

  Exclude:
    - .gitignore
    - .rspec
    - .rubocop.yml
    - .travis.yml
    - Gemfile.lock
    - HISTORY.md
    - LICENSE.txt
    - README.md
    - script/**/*
    - vendor/**/*
    - gemfiles/**/*
    - lib/cloudcannon-jekyll/safe-jsonify-filter.rb # TODO remove this and fix warnings

Naming/MemoizedInstanceVariableName:
  Exclude:
    - lib/cloudcannon-jekyll/page-without-a-file.rb

# This is excluded since the ruby target is 2.3.8 which doesn't support String.match?(Regexp)
Performance/RegexpMatch:
  Exclude:
    - lib/cloudcannon-jekyll/generator.rb

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cloudcannon-jekyll-0.2.0 .rubocop.yml