Merge pull request #3310 from pbrisbin/master

Add dhall-format as a Fixer
This commit is contained in:
w0rp
2020-08-27 13:39:30 +01:00
committed by GitHub
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'
\ }