Sha256: 6f073ce588359da4bdf55eda89427a202be2a7ff757b018db6ed837001886091
Contents?: true
Size: 538 Bytes
Versions: 2
Compression:
Stored size: 538 Bytes
Contents
# require: rubocop-jekyll # inherit_gem: # rubocop-jekyll: .rubocop.yml AllCops: Exclude: - vendor/**/* - Gemfile* - '*.gemspec' # This does nothing. Why? NewCops: enable TargetRubyVersion: 2.6 # Gemspec/RequireMFA: # Enabled: false # Jekyll/NoPutsAllowed: # Enabled: false Layout/HashAlignment: EnforcedHashRocketStyle: table Layout/LineLength: Max: 150 Metrics/BlockLength: Max: 50 Metrics/MethodLength: Max: 40 Metrics/ModuleLength: Enabled: false Style/StringLiterals: Enabled: false
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
jekyll_plugin_template-0.1.3 | .rubocop.yml |
jekyll_all_collections-0.1.1 | .rubocop.yml |