1
0
Fork 0
mirror of synced 2024-07-02 05:21:09 -04:00
ultimate-vim/sources_non_forked/ale/test/linter/test_clj_kondo.vader

16 lines
444 B
Plaintext
Raw Normal View History

2022-05-19 09:16:38 -04:00
Before:
call ale#assert#SetUpLinterTest('clojure', 'clj_kondo')
After:
call ale#assert#TearDownLinterTest()
Execute(The default command should be correct):
AssertLinter 'clj-kondo', 'clj-kondo'
\ . ' --cache --lint %t'
Execute(Extra options should be supported):
let g:ale_clojure_clj_kondo_options = '--config ./clj-kondo/config.edn'
AssertLinter 'clj-kondo', 'clj-kondo'
\ . ' --config ./clj-kondo/config.edn --lint %t'