mirror of
https://github.com/dense-analysis/ale.git
synced 2026-02-28 20:42:26 +08:00
Fix j2lint linter (#5065)
* fix option pymarkdown linter * fix-j2lint-linter
This commit is contained in:
@@ -8,7 +8,10 @@ Execute(The pymarkdown command callback should return default string):
|
||||
AssertLinter 'pymarkdown', ale#Escape('pymarkdown') . ' scan-stdin'
|
||||
|
||||
Execute(The pycodestyle command callback should allow options):
|
||||
let g:markdown_pymarkdown_options = '--exclude=test*.py'
|
||||
let g:ale_markdown_pymarkdown_options = '--exclude=test*.py'
|
||||
|
||||
AssertLinter 'pymarkdown',
|
||||
\ ale#Escape('pymarkdown') . ' --exclude=test*.py scan-stdin'
|
||||
|
||||
Execute(The pymarkdown executable should be configurable):
|
||||
let g:ale_markdown_pymarkdown_executable = '~/.local/bin/pymarkdown'
|
||||
|
||||
Reference in New Issue
Block a user