summaryrefslogtreecommitdiff
path: root/test/fixers/test_dhall_lint_fixer_callback.vader
diff options
context:
space:
mode:
authortoastal <561087+toastal@users.noreply.github.com>2021-08-09 11:43:50 +0000
committerGitHub <noreply@github.com>2021-08-09 20:43:50 +0900
commita099fe24b2e898c93c0aa4391e5a5631932684a6 (patch)
treee016abd55f81e00595e887dd9700e4faaa7448ce /test/fixers/test_dhall_lint_fixer_callback.vader
parent9264ffda2362bf54c223370b2dc5482354b290b7 (diff)
downloadale-a099fe24b2e898c93c0aa4391e5a5631932684a6.zip
Dhall fixes: use stdin, doc errors (#3868)
* purs-tidy * Dhall fixes: use stdin, docs errors
Diffstat (limited to 'test/fixers/test_dhall_lint_fixer_callback.vader')
-rw-r--r--test/fixers/test_dhall_lint_fixer_callback.vader6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/fixers/test_dhall_lint_fixer_callback.vader b/test/fixers/test_dhall_lint_fixer_callback.vader
index 5a1d6488..e2054eb0 100644
--- a/test/fixers/test_dhall_lint_fixer_callback.vader
+++ b/test/fixers/test_dhall_lint_fixer_callback.vader
@@ -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'
\ }