Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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
|
|
|
|
Pylint only [checks for pylintrc] (and .pylintrc) files in the packages
aboves its current directory before falling back to user and global
pylintrc. For projects with a src dir, running pylint from the
directory containing the file will not use the project pylintrc.
Adopt the convention used by many other Python linters of running from
the project root, which solves this issue. Add pylintrc and .pylintrc
to FindProjectRoot. Update docs.
[checks for pylintrc]: https://github.com/PyCQA/pylint/blob/pylint-2.2.2/pylint/config.py#L106
Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* add project_root_callback for tsserver
* add tests for tsserver project root
* Update test/command_callback/test_javascript_tsserver_command_callback.vader
|
|
Add settings for the Alex linter
|
|
Center the result after `ale#util#Open` jumps
|