mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
@@ -18,9 +18,7 @@ function! ale#fixers#purs_tidy#Fix(buffer) abort
|
||||
|
||||
return {
|
||||
\ 'command': ale#Escape(l:executable)
|
||||
\ . ' format'
|
||||
\ . ale#Pad(l:options)
|
||||
\ . ' %s',
|
||||
\ 'read_temporary_file': 0,
|
||||
\}
|
||||
endfunction
|
||||
|
||||
|
||||
@@ -15,7 +15,6 @@ Execute(The purs-tidy callback should return the correct custom options):
|
||||
AssertFixer
|
||||
\ {
|
||||
\ 'command': ale#Escape('odd-purs-tidy')
|
||||
\ . ' format'
|
||||
\ . ' --indent 3'
|
||||
\ . ' %s',
|
||||
\ 'read_temporary_file': 0,
|
||||
\ }
|
||||
|
||||
Reference in New Issue
Block a user