Age | Commit message (Collapse) | Author |
|
|
|
|
|
Add support for sqlfmt
|
|
add uncrustify fixer for several languages
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add solargraph.yml file as root path search file.
|
|
|
|
|
|
|
|
Solargraph allows to set configuration options by creating a
.solargraph.yml file at the root of the project using it. Therfore this
file is a good canditate for finding ruby projects root paths.
Initial discussion:
https://github.com/w0rp/ale/issues/1874#issuecomment-418316168
|
|
* The project style linter now runs while you type.
* Now the scripts for checking the project require blank lines.
* Many style issues have been found and fixed.
|
|
added sbtserver linter
|
|
|
|
|
|
|
|
|
|
|
|
Add support for xmllint as a fixer.
|
|
add ocamlformat support
|
|
Add vscode-java-language-server linter
|
|
|
|
1846 support solargraph lsp
|
|
|
|
Fix out-by-one error in column on goto-definition
|
|
Fixes #1860
|
|
|
|
|
|
|
|
|
|
importjs fixer not reading correct executable variable name
|
|
|
|
|
|
|
|
* Add stylish-haskell as a fixer
`stylish-haskell` is a common formatting tool for the haskell toolchain.
It is not as advanced as `brittany` or `hindent`, but it is commonly
used for formatting of imports and data declarations. This adds it as a
fixer in ALE.
|
|
If present, use new-ish LSP 'relatedInformation' field for :ALEDetail
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Don't use error output from prettier_d for fixing files
|
|
This reverts commit 634bf73f52c9d533476058a9fe464b93eb90f3d8.
|
|
|