Sha256: 1484a98791f6831e4f3d5a62a0beb163ec0940c04e76e10c3e20656844ece0ab

Contents?: true

Size: 456 Bytes

Versions: 5

Compression:

Stored size: 456 Bytes

Contents

require: rubocop-bridgetown

inherit_gem:
  rubocop-bridgetown: .rubocop.yml

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

  Exclude:
    - .gitignore
    - .rubocop.yml

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

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

Style/MultilineIfModifier:
  Enabled: false

Style/RescueStandardError:
  Enabled: false

Lint/AmbiguousBlockAssociation:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bridgetown-svg-inliner-2.0.0 .rubocop.yml
bridgetown-svg-inliner-1.1.0 .rubocop.yml
bridgetown-svg-inliner-1.0.2 .rubocop.yml
bridgetown-svg-inliner-1.0.1 .rubocop.yml
bridgetown-svg-inliner-1.0.0 .rubocop.yml