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