Sha256: b89c49c1b63f35209d801904b4d1bd994d8e00b021470687f188607e0eb76528

Contents?: true

Size: 697 Bytes

Versions: 7

Compression:

Stored size: 697 Bytes

Contents

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

AllCops:
  Exclude:
    - "*.gemspec"
    - bin/**/*
    - exe/**/*
    - benchmark/**/*
    - script/**/*
    - vendor/**/*
    - tmp/**/*
    - test/source/**/*
    - 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

7 entries across 7 versions & 1 rubygems

Version Path
bridgetown-core-1.0.0.alpha8 .rubocop.yml
bridgetown-core-1.0.0.alpha7 .rubocop.yml
bridgetown-core-1.0.0.alpha6 .rubocop.yml
bridgetown-core-1.0.0.alpha5 .rubocop.yml
bridgetown-core-1.0.0.alpha4 .rubocop.yml
bridgetown-core-1.0.0.alpha3 .rubocop.yml
bridgetown-core-1.0.0.alpha2 .rubocop.yml