mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-20 11:20:41 -07:00
29 lines
965 B
YAML
29 lines
965 B
YAML
# This configuration was generated by
|
|
# `rubocop --auto-gen-config`
|
|
# on 2019-09-11 06:34:25 +1000 using RuboCop version 0.74.0.
|
|
# The point is for the user to remove these configuration records
|
|
# one by one as the offenses are removed from the code base.
|
|
# Note that changes in the inspected code, or installation of new
|
|
# versions of RuboCop, may require this file to be generated again.
|
|
|
|
# Offense count: 2
|
|
# Cop supports --auto-correct.
|
|
# Configuration parameters: EnforcedStyle.
|
|
# SupportedStyles: runtime_error, standard_error
|
|
Lint/InheritException:
|
|
Exclude:
|
|
- 'lib/liquid/interrupts.rb'
|
|
|
|
# Offense count: 98
|
|
# Cop supports --auto-correct.
|
|
# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
|
|
# URISchemes: http, https
|
|
Metrics/LineLength:
|
|
Max: 294
|
|
|
|
# Offense count: 5
|
|
Style/ClassVars:
|
|
Exclude:
|
|
- 'lib/liquid/condition.rb'
|
|
- 'lib/liquid/strainer.rb'
|
|
- 'lib/liquid/template.rb' |