Sha256: 5e2a81e9add8c6dcd34a28b82e2609803a065913d02a99977de4af607e68ea2f
Contents?: true
Size: 868 Bytes
Versions: 3
Compression:
Stored size: 868 Bytes
Contents
require: - rubocop-rspec - rubocop-rake AllCops: Exclude: - exe/**/* - vendor/**/* - Gemfile* NewCops: enable TargetRubyVersion: 2.6 Gemspec/DeprecatedAttributeAssignment: Enabled: false Gemspec/RequireMFA: Enabled: false Layout/HashAlignment: Enabled: false Layout/LineLength: Max: 150 Metrics/AbcSize: Max: 25 Metrics/BlockLength: Exclude: - jekyll_pre.gemspec Max: 30 Metrics/CyclomaticComplexity: Max: 15 Metrics/MethodLength: Max: 30 Metrics/PerceivedComplexity: Max: 15 Naming/FileName: Exclude: - Rakefile Style/Documentation: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma RSpec/FilePath: IgnoreMethods: true SpecSuffixOnly: true RSpec/ExampleLength: Max: 30 RSpec/MultipleExpectations: Max: 15
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll_pre-1.2.1 | .rubocop.yml |
jekyll_pre-1.1.7 | .rubocop.yml |
jekyll_pre-1.1.6 | .rubocop.yml |