1
0
Fork 0
mirror of synced 2024-06-29 20:11:09 -04:00
ultimate-vim/sources_non_forked/ale/test/test_load_all_linters.vader

7 lines
204 B
Plaintext
Raw Normal View History

2022-05-19 09:16:38 -04:00
Execute(Exceptions shouldn't be thrown when loading all linters):
" This test will look for errors when loading any of the linter files.
runtime! ale_linters/*/*.vim
After:
call ale#linter#Reset()