Sha256: 1942f8abf0d964401ffafb068bbf104af664a0a646bc9b7a2e4f2b495ff7fc96

Contents?: true

Size: 734 Bytes

Versions: 1

Compression:

Stored size: 734 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/StringConcatenation:
  Exclude:
    - test/test_apply_command.rb

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bridgetown-core-1.0.0.alpha9 .rubocop.yml