Sha256: 1e0173cdf1d3f178e13e45499d73ded65200d68f91435a6fb83be3e86af7ac83

Contents?: true

Size: 1019 Bytes

Versions: 13

Compression:

Stored size: 1019 Bytes

Contents

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

AllCops:
  Exclude:
    - "*.gemspec"
    - bin/**/*
    - exe/**/*
    - benchmark/**/*
    - script/**/*
    - vendor/**/*
    - tmp/**/*
    - test/source/**/*
    - test/resources/src/**/*.rb
    - lib/bridgetown-core/commands/base.rb
    - lib/bridgetown-core/commands/plugins.rb
    - lib/bridgetown-core/configurations/ruby2js/**/*
    - lib/bridgetown-core/rack/roda.rb
    - lib/site_template/TEMPLATES/**/*
    - lib/site_template/Rakefile
    - lib/site_template/config.ru
    - lib/site_template/config/**/*
    - lib/site_template/plugins/site_builder.rb
    - lib/site_template/server/roda_app.rb

Lint/ConstantDefinitionInBlock:
  Exclude:
    - 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

13 entries across 13 versions & 1 rubygems

Version Path
bridgetown-core-2.0.0.beta2 .rubocop.yml
bridgetown-core-2.0.0.beta1 .rubocop.yml
bridgetown-core-1.3.4 .rubocop.yml
bridgetown-core-1.3.3 .rubocop.yml
bridgetown-core-1.3.2 .rubocop.yml
bridgetown-core-1.3.1 .rubocop.yml
bridgetown-core-1.3.0 .rubocop.yml
bridgetown-core-1.3.0.beta3 .rubocop.yml
bridgetown-core-1.3.0.beta2 .rubocop.yml
bridgetown-core-1.3.0.beta1 .rubocop.yml
bridgetown-core-1.2.0 .rubocop.yml
bridgetown-core-1.2.0.beta5 .rubocop.yml
bridgetown-core-1.2.0.beta4 .rubocop.yml