Age | Commit message (Collapse) | Author |
|
|
|
|
|
If present, use new-ish LSP 'relatedInformation' field for :ALEDetail
|
|
|
|
|
|
|
|
|
|
Add ale_go_govet_options variable
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Update README with the `*` ft option for the fixers object
|
|
|
|
|
|
The `*` filetype is just fallback, and will be overridden by specific
filetype matches.
|
|
Fix #1684: Use the correct flag name in rustc linter
|
|
It wasn't immediately obvious that the `g:ale_fixers` cannot be a list,
and would allow the use of `*` to match all filetypes. I was hoping to
add a bit more detail to the README to make this clearer.
|
|
The rust compiler renamed the option '-Z no-trans' to '-Z no-codegen'.
https://github.com/rust-lang/rust-enhanced/issues/281
|
|
Don't use error output from prettier_d for fixing files
|
|
Use .cquery file to detect the project root
|
|
This reverts commit 634bf73f52c9d533476058a9fe464b93eb90f3d8.
|
|
|
|
|
|
|
|
|
|
|
|
* Add prettier as a yaml fixer
* Sort yaml fixers alphabetically
* Add prettier to doc/ale.txt
* Add ale-yaml-prettier
* Add ale-yaml-prettier to the TOC
|
|
|
|
Additionally adjust the jumplist with line numbers when opening a new file
|
|
|
|
|
|
This further addresses Issue #1758.
|
|
|
|
doc: LSP can provide completions
|
|
|
|
|
|
Add support for yang-lsp
|
|
|
|
|
|
Tell HHAST to only look at open files
|
|
|
|
|
|
|
|
|
|
Given ALE only cares about open files, this has no observable change,
except for significantly reduced resource usage.
|
|
Split Hack out from PHP, modernize
|