Dhall fixes: use stdin, doc errors (#3868)

* purs-tidy

* Dhall fixes: use stdin, docs errors
This commit is contained in:
toastal
2021-08-09 11:43:50 +00:00
committed by GitHub
parent 9264ffda23
commit a099fe24b2
7 changed files with 21 additions and 37 deletions

View File

@@ -17,8 +17,6 @@ Execute(The dhall-format callback should return the correct options):
AssertFixer
\ {
\ 'command': ale#Escape('odd-dhall')
\ . ' --ascii'
\ . ' format'
\ . ' --inplace %t',
\ 'read_temporary_file': 1,
\ . ' --ascii'
\ . ' format'
\ }

View File

@@ -16,9 +16,7 @@ Execute(The dhall-freeze callback should return the correct options):
AssertFixer
\ {
\ 'command': ale#Escape('odd-dhall')
\ . ' --ascii'
\ . ' freeze'
\ . ' --all'
\ . ' --inplace %t',
\ 'read_temporary_file': 1,
\ . ' --ascii'
\ . ' freeze'
\ . ' --all'
\ }

View File

@@ -15,8 +15,6 @@ Execute(The dhall-lint callback should return the correct options):
AssertFixer
\ {
\ 'command': ale#Escape('odd-dhall')
\ . ' --ascii'
\ . ' lint'
\ . ' --inplace %t',
\ 'read_temporary_file': 1,
\ . ' --ascii'
\ . ' lint'
\ }