Sha256: cdc7d11ead9f2476ceb45fe07262f95ee438ef703f5be915606863740521f91b

Contents?: true

Size: 342 Bytes

Versions: 6

Compression:

Stored size: 342 Bytes

Contents

require: rubocop-bridgetown

inherit_gem:
  rubocop-bridgetown: .rubocop.yml

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

  Exclude:
    - .gitignore
    - .rspec
    - .rubocop.yml

    - Gemfile.lock
    - CHANGELOG.md
    - LICENSE.txt
    - README.md

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

Layout/LineLength:
  Max: 120

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bridgetown-sitemap-2.0.0 .rubocop.yml
bridgetown-sitemap-1.2.0 .rubocop.yml
bridgetown-sitemap-1.1.2 .rubocop.yml
bridgetown-sitemap-1.1.1 .rubocop.yml
bridgetown-sitemap-1.1.0 .rubocop.yml
bridgetown-sitemap-1.0.0 .rubocop.yml