Sha256: cbdfd46e18a6ea8eeb4c6e2d962a84dac1132d5a9dabc78b71247b75e7c7608e
Contents?: true
Size: 1.02 KB
Versions: 7
Compression:
Stored size: 1.02 KB
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_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
7 entries across 7 versions & 1 rubygems