Fix j2lint linter (#5065)

* fix option pymarkdown linter

* fix-j2lint-linter
This commit is contained in:
FouMalade
2025-11-22 13:12:18 +01:00
committed by GitHub
parent 260c756a9b
commit e56b55b65d
3 changed files with 18 additions and 4 deletions

View File

@@ -33,9 +33,8 @@ function! ale_linters#markdown#pymarkdown#GetCommand(buffer) abort
\ : ''
return ale#Escape(l:executable) . l:exec_args
\ . ' '
\ . ale#Var(a:buffer, 'markdown_pymarkdown_options')
\ . 'scan-stdin'
\ . ale#Pad(ale#Var(a:buffer, 'markdown_pymarkdown_options'))
\ . ' scan-stdin'
endfunction
function! ale_linters#markdown#pymarkdown#Handle(buffer, lines) abort