Files
ale/test/fixers/test_cljfmt_fixer_callback.vader
rudolf ordoyne defb0ea336
Some checks failed
CI / build_image (push) Has been cancelled
CI / test_ale (--linters-only) (push) Has been cancelled
CI / test_ale (--neovim-06-only) (push) Has been cancelled
CI / test_ale (--neovim-08-only) (push) Has been cancelled
CI / test_ale (--vim-80-only) (push) Has been cancelled
CI / test_ale (--vim-90-only) (push) Has been cancelled
Add cljfmt fixer for clojure files (#4860)
2024-11-17 11:22:36 +09:00

13 lines
287 B
Plaintext

Before:
call ale#assert#SetUpFixerTest('clojure', 'cljfmt')
After:
call ale#assert#TearDownFixerTest()
Execute(The cljfmt callback should return the correct default values):
AssertFixer {
\ 'command': ale#Escape('cljfmt') . ' fix %t',
\ 'read_temporary_file': 1,
\}