Sha256: f9cf7cc6d6b14a07b9dc2f81c111fea8e0d0ed05c9cb7cc6f4e7c1613c71a71d
Contents?: true
Size: 1.08 KB
Versions: 2
Compression:
Stored size: 1.08 KB
Contents
require: # - rubocop-jekyll - rubocop-md - rubocop-performance - rubocop-rake - rubocop-rspec # inherit_gem: # rubocop-jekyll: .rubocop.yml AllCops: Exclude: - binstub/**/* - vendor/**/* - Gemfile* - jekyll_download_link.gemspec NewCops: enable Gemspec/DeprecatedAttributeAssignment: Enabled: false Gemspec/RequireMFA: Enabled: false Gemspec/RequiredRubyVersion: Enabled: false Layout/InitialIndentation: Exclude: - README.md Layout/HashAlignment: EnforcedColonStyle: table Exclude: - jekyll_download_link.gemspec Layout/LineLength: Max: 150 Lint/RedundantCopDisableDirective: Exclude: - jekyll_download_link.gemspec Lint/SymbolConversion: Exclude: - jekyll_download_link.gemspec Metrics/BlockLength: Exclude: - jekyll_download_link.gemspec - spec/**/* Max: 35 Metrics/ClassLength: Exclude: - spec/**/* Naming/FileName: Exclude: - Rakefile RSpec/MultipleExpectations: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll_download_link-1.0.3 | .rubocop.yml |
jekyll_download_link-1.0.2 | .rubocop.yml |