Sha256: 256131e596847a934aec652f7b34b205ce5e6b1e775d40430cbf4647db562c2f
Contents?: true
Size: 938 Bytes
Versions: 2
Compression:
Stored size: 938 Bytes
Contents
require: - rubocop-rspec - rubocop-rake # - rubocop-jekyll AllCops: Exclude: - demo/_site/**/* - exe/**/* - vendor/**/* - Gemfile* NewCops: enable TargetRubyVersion: 2.6 Gemspec/DeprecatedAttributeAssignment: Enabled: false Gemspec/RequireMFA: Enabled: false Layout/HashAlignment: EnforcedHashRocketStyle: table Layout/LineLength: Max: 150 Layout/CommentIndentation: Exclude: - spec/**/* Layout/MultilineMethodCallIndentation: Enabled: false Lint/RedundantCopDisableDirective: Exclude: - jekyll_plugin_support.gemspec Metrics/AbcSize: Max: 30 Metrics/BlockLength: Exclude: - jekyll_plugin_support.gemspec Metrics/MethodLength: Max: 25 RSpec/ExampleLength: Max: 20 RSpec/MultipleExpectations: Max: 15 Style/Documentation: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll_plugin_support-0.5.3 | .rubocop.yml |
jekyll_plugin_support-0.5.2 | .rubocop.yml |