I broke up with neovim....vim is my best friend now
This commit is contained in:
13
dot_vim/plugged/ale/test/linter/test_circleci.vader
Normal file
13
dot_vim/plugged/ale/test/linter/test_circleci.vader
Normal file
@@ -0,0 +1,13 @@
|
||||
Before:
|
||||
call ale#assert#SetUpLinterTest('yaml', 'circleci')
|
||||
|
||||
After:
|
||||
call ale#assert#TearDownLinterTest()
|
||||
|
||||
Execute(The linter should not run for every YAML file):
|
||||
AssertLinterNotExecuted
|
||||
|
||||
Execute(The linter should for YAML files in a .circleci directory):
|
||||
call ale#test#SetFilename('../test-files/.circleci/config.yml')
|
||||
|
||||
AssertLinter 'circleci', 'circleci --skip-update-check config validate - < %s'
|
||||
Reference in New Issue
Block a user