Sha256: 8dd77ae39e625a4d17d3b48bc960189d7e54be01ae3f6a9bacba751e81b6d7a0
Contents?: true
Size: 692 Bytes
Versions: 2
Compression:
Stored size: 692 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/BlockLength: Exclude: - jekyll_outline.gemspec Max: 30 Metrics/MethodLength: Max: 30 Naming/FileName: Exclude: - Rakefile Style/Documentation: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma RSpec/FilePath: IgnoreMethods: true SpecSuffixOnly: true
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll_outline-1.0.2 | .rubocop.yml |
jekyll_outline-1.0.1 | .rubocop.yml |