Age | Commit message (Collapse) | Author |
|
|
|
feat: fecs support for js/html/css lint and format
|
|
Remove otherproject#util#Double from d.vim
|
|
* Linter for powershell syntax errors
|
|
|
|
|
|
`fecs` is a lint tool for HTML/CSS/JavaScript,
see http://fecs.baidu.com for more options.
|
|
|
|
ruby: fix a typo in a comment
|
|
* [linter] Add LSP support for Swift via sourcekit-lsp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix #2368 - Open vertical list to the right
|
|
|
|
|
|
|
|
This was normal behavior before, and it also stops ale from stealing focus.
|
|
|
|
|
|
|
|
* Fix parsing the third part of version string
* Add test
* Test: fix checking cached version
|
|
|
|
Fix passing file to languagetool
|
|
Fix for #2346
|
|
|
|
|
|
|
|
|
|
|
|
clang-format supported with nvcc (cuda files)
|
|
|
|
set correct Rust span end column
|
|
|
|
|
|
The Rust compiler returns the first column that is _not_ part of the
current span as `column_end`, while Ale expects `end_col` to signify
the last column of the span.
|
|
|
|
|
|
This reverts commit f1ed654ca5318de5a24b37d882e55e04e4e566c8.
|
|
|
|
|
|
|
|
|
|
|
|
python/pylint: Change directory to project root
|
|
|