Add dhall-format as a Fixer

https://github.com/dhall-lang/dhall-lang
This commit is contained in:
patrick brisbin
2020-08-25 08:57:35 -04:00
parent 3e2abe3f25
commit 447aea4af0
5 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
Before:
call ale#assert#SetUpFixerTest('dhall', 'dhall')
After:
call ale#assert#TearDownFixerTest()
Execute(The default command should be correct):
AssertFixer
\ { 'read_temporary_file': 1,
\ 'command': ale#Escape('dhall') . ' format --inplace %t'
\ }