Sha256: 1dd876b96b62b3ed8c9cb89cc52e302ad85f0cb0115c7c490c56da84710908f3

Contents?: true

Size: 431 Bytes

Versions: 1

Compression:

Stored size: 431 Bytes

Contents

require: rubocop-bridgetown

inherit_gem:
  rubocop-bridgetown: .rubocop.yml

AllCops:
  TargetRubyVersion: 2.5
  Exclude:
    - .gitignore
    - .rspec
    - .rubocop.yml

    - Rakefile
    - bridgetown.automation.rb
    - Gemfile.lock
    - "*.gemspec"
    - CHANGELOG.md
    - LICENSE.txt
    - README.md

    - script/**/*
    - vendor/**/*
    - spec/**/*

Metrics/AbcSize:
  Exclude:
    - lib/bridgetown-cloudinary/utils.rb

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bridgetown-cloudinary-2.1.0 .rubocop.yml