mirror of
https://github.com/dense-analysis/ale.git
synced 2026-02-01 15:47:25 +08:00
Added and fixed tests
This commit is contained in:
@@ -16,7 +16,7 @@ function! ale_linters#php#phpcs#GetCommand(buffer) abort
|
||||
|
||||
return '%e -s --report=emacs --stdin-path=%s'
|
||||
\ . ale#Pad(l:standard_option)
|
||||
\ . ' ' . l:options
|
||||
\ . ale#Pad(l:options)
|
||||
endfunction
|
||||
|
||||
function! ale_linters#php#phpcs#Handle(buffer, lines) abort
|
||||
|
||||
Reference in New Issue
Block a user