Alessandro Diogo Brückheimer
|
e83b1e4159
|
Add ForceEqualSignAlignment to .rubocop.yml (#1190)
* Add ForceEqualSignAlignment to .rubocop.yml
* Revert ForceEqualSignAlignment cop
* Update method alignment
* Undo addition of whitespace to improve readability
* Fix missing alignment
|
2019-10-21 21:18:48 +10:00 |
|
Mike Angell
|
0d26f05bb8
|
Enabled frozen string literals (#1154)
* Enabled frozen string literals
* Update rubocop config
* Prefer string interpolation in simple cases
Co-Authored-By: Dylan Thacker-Smith <dylan.smith@shopify.com>
|
2019-09-18 13:19:45 +10:00 |
|
Mike Angell
|
799da202df
|
Apply simple rubocop fixes
|
2019-08-31 21:58:33 +10:00 |
|
Ashwin Maroli
|
f59f6dea83
|
Fix simple RuboCop offenses and update TODO file (#1062)
* Fix Layout/EmptyLineAfterMagicComment offense
* Fix Layout/ExtraSpacing offense
* Fix Layout/ClosingParenthesisIndentation offenses
* Fix Style/MutableConstant offense
* Fix Style/UnneededInterpolation offenses
* Fix Style/RedundantParentheses offenses
* Update TODO config for RuboCop
* Add executable bit to test/test_helper.rb
ref: https://travis-ci.org/Shopify/liquid/jobs/488169512#L578
|
2019-02-22 12:32:56 -05:00 |
|
Stephen Paul Weber
|
7d13d88258
|
s/Traversal/ParseTreeVisitor
|
2018-10-18 09:38:33 -04:00 |
|
Stephen Paul Weber
|
c11fc656cf
|
Colocate Traversal classes with classes they traverse
This puts all knowledge of the traversal in the same file, and removes
the need for a CASES registry.
|
2018-10-18 09:37:48 -04:00 |
|
Ivan Kuznetsov
|
dadd9b4dd2
|
Add strict_variables/strict_filters render options to check for undefined variables and filters
|
2016-02-03 10:49:33 +07:00 |
|
Florian Weingarten
|
5919626da4
|
Rename 'has_key?' and 'has_interrupt?'
|
2015-06-04 13:14:46 -04:00 |
|
Florian Weingarten
|
3372ca8136
|
Rubocop
|
2015-05-14 14:37:18 +00:00 |
|
Justin Li
|
f1f3f57647
|
Remove command_lookups reader
|
2015-04-21 00:25:51 -04:00 |
|
Justin Li
|
e5dd63e1fc
|
Expose name, lookups, and command flags from VariableLookup
|
2015-04-20 17:36:04 -04:00 |
|
Justin Li
|
a206c8301d
|
Fix test leaking error_mode, fix equality check for VariableLookup
|
2014-10-22 15:40:41 -04:00 |
|
Dylan Thacker-Smith
|
f387508666
|
Parse expressions in Liquid::Variable#parse.
|
2014-10-08 21:06:59 -04:00 |
|
Dylan Thacker-Smith
|
2aa9bbbac2
|
Separate expression parsing and rendering from Context#resolve.
|
2014-08-11 14:15:58 -07:00 |
|