152b2cb691
Alias ember-template-lint to embertemplatelint so users can use either string to enable the linter.
17 lines
510 B
Text
17 lines
510 B
Text
Before:
|
|
call ale#assert#SetUpLinterTest('handlebars', 'embertemplatelint')
|
|
|
|
GivenCommandOutput ['1.6.0']
|
|
|
|
After:
|
|
call ale#assert#TearDownLinterTest()
|
|
|
|
Execute(ember-template-lint executables runs the right command):
|
|
AssertLinter 'ember-template-lint',
|
|
\ ale#Escape('ember-template-lint') . ' --json --filename %s'
|
|
|
|
Execute(old ember-template-lint executables runs the right command):
|
|
GivenCommandOutput []
|
|
|
|
AssertLinter 'ember-template-lint',
|
|
\ ale#Escape('ember-template-lint') . ' --json %t'
|