Sha256: 4027a4767040fe288b0058d7815b6b43d0c906bd7404cd0c75fef4221252e010

Contents?: true

Size: 786 Bytes

Versions: 2

Compression:

Stored size: 786 Bytes

Contents

---
inherit_from: ../.rubocop.yml

AllCops:
  Exclude:
    - "*.gemspec"
    - bin/**/*
    - exe/**/*
    - benchmark/**/*
    - script/**/*
    - vendor/**/*
    - tmp/**/*
    - test/source/**/*
    - test/resources/src/_pages/*.rb
    - lib/site_template/Rakefile
    - lib/site_template/config.ru
    - lib/site_template/config/**/*
    - lib/site_template/plugins/site_builder.rb

Lint/ConstantDefinitionInBlock:
  Exclude:
    - test/test_filters.rb
    - test/test_liquid_extensions.rb
    - test/test_site.rb

Lint/MissingSuper:
  Exclude:
    - test/test_liquid_extensions.rb

Performance/CollectionLiteralInLoop:
  Exclude:
    - test/test_filters.rb

Style/OpenStructUse:
  Exclude:
    - test/**/*.rb

Style/StringConcatenation:
  Exclude:
    - test/test_apply_command.rb

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bridgetown-core-1.0.0.alpha11 .rubocop.yml
bridgetown-core-1.0.0.alpha10 .rubocop.yml