This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
ale/test/command_callback/test_sasslint_command_callback.vader
2018-10-22 22:59:06 +09:00

11 lines
344 B
Text

Before:
call ale#assert#SetUpLinterTest('sass', 'sasslint')
call ale#test#SetFilename('test.sass')
After:
call ale#assert#TearDownLinterTest()
Execute(The default sasslint command should be correct):
AssertLinter 'sass-lint',
\ ale#path#CdString(ale#Escape(expand('%:p:h')))
\ . ale#Escape('sass-lint') . ' -v -q -f compact %t'