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