Sha256: 8c634f96e58d40d00feb745a2933378b9abc26932824022de61ec492ff14e116
Contents?: true
Size: 518 Bytes
Versions: 2
Compression:
Stored size: 518 Bytes
Contents
require: rubocop-jekyll inherit_gem: rubocop-jekyll: .rubocop.yml AllCops: Exclude: - vendor/**/* - Gemfile* NewCops: enable TargetRubyVersion: 2.6 Layout/LineLength: Max: 150 Layout/MultilineMethodCallIndentation: Enabled: false Metrics/BlockLength: Enabled: false Style/PercentLiteralDelimiters: Enabled: false Style/RegexpLiteral: Enabled: false Style/StringLiterals: Enabled: false Style/StringLiteralsInInterpolation: Enabled: false Gemspec/RequireMFA: Enabled: false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll_flexible_include-2.0.4 | .rubocop.yml |
jekyll_flexible_include-2.0.3 | .rubocop.yml |