Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-22 | Support revive for go files (#2933) | Paco | |
Signed-off-by: Penghui Liao <liaoishere@gmail.com> | |||
2020-05-19 | refactor(javac): ale_java_javac_classpath variable supports String and List ↵ | NiBo | |
types | |||
2020-05-19 | refactor(javac): ale_java_javac_sourcepath variable supports String and List ↵ | NiBo | |
types | |||
2020-05-15 | Merge pull request #3077 from puritys/javaagent | Horacio Sanson | |
To support javaagent on eclipselsp | |||
2020-05-05 | Merge branch 'rust-analyzer' of https://github.com/jonhoo/ale into ↵ | RyanSquared | |
jonhoo-rust-analyzer | |||
2020-04-21 | Add vim-language-server linter support | Jeffrey Lau | |
2020-04-20 | Add terraform-lsp integration (#2758) | Oliver Ford | |
* Add terraform-lsp integration https://github.com/juliosueiras/terraform-lsp * Add tests & docs for terraform-lsp integration terraform_langserver_options setting added to send custom flags to terraform-lsp. Vader tests have been added to test custom executable, custom flags, and finding the project root. All tests pass. Initial documentation has been added for the above. Resolves dense-analysis/ale#2758, juliosueiras#57 * Fix tag alignment Co-authored-by: = <Aubrey.S.Lavigne@gmail.com> Co-authored-by: w0rp <w0rp@users.noreply.github.com> | |||
2020-04-09 | Move to rust-analyzer everywhere | Jon Gjengset | |
2020-03-26 | To support javaagent on eclipselsp | puritys | |
2020-01-02 | Mypy: try to find folder containing mypy.ini to use as cwd. (#2385) | Harry Percival | |
* When deciding which directory to run mypy from, prefer a folder with mypy.ini in it * Add a test for mypy.ini-finding behaviour | |||
2019-11-14 | Merge pull request #2660 from YPCrumble/master | w0rp | |
Add StandardJS linter for TypeScript | |||
2019-11-07 | Revert "Add definition of c/clangd's language as C (#2791)" | w0rp | |
This reverts commit f4070f6c43b3cb2e7463d8426a68d5a726991288. | |||
2019-10-29 | Merge pull request #2819 from greg0ire/psalm_extra_options | w0rp | |
Add the possiblity to add extra psalm options | |||
2019-10-28 | Add support for html-beautify (#2788) | Hugo Osvaldo Barrera | |
* Add support for html-beautify * Add html-beautify to the list of supported tools * Update docs | |||
2019-10-28 | Merge pull request #2700 from elebow/clangcheck-no-color-diagnostics | w0rp | |
clangcheck: Add -fno-color-diagnostics (closes #2188) | |||
2019-10-21 | Add StandardJS for TypeScript linting and fixing. | Ian Campbell | |
2019-10-17 | Merge remote-tracking branch 'murfalo/clangd-compile-commands' | w0rp | |
2019-10-17 | Add support for nimlsp (#2815) | Jerko Steiner | |
* Add support for nimlsp.vim * Add test and docs for nimlsp * Add nimlsp to supported-tools.md * Add nimlsp to doc/ale-supported-languages-and-tools.txt | |||
2019-10-17 | Add definition of c/clangd's language as C (#2791) | João Borges | |
* Add definition of c/clangd's language as C * Update tests for clangd to be called with '-x c' * Change to use single quotes instead of double quotes | |||
2019-10-16 | minor test fix | Jon Gjengset | |
2019-10-16 | Add support for rust-analyzer | Jon Gjengset | |
Fixes #2832 | |||
2019-10-09 | Suboptimal fix to prevent variables from leaking out of new clangd test | Murfalo | |
2019-10-09 | Hopefully fixed issue with Windows paths | Murfalo | |
2019-10-09 | Added tests for clangd compile commands dectection | Murfalo | |
2019-10-09 | Fix #2821 - Fix the debride linter after merging older code | w0rp | |
2019-10-07 | Add the possiblity to add extra psalm options | Grégoire Paris | |
2019-10-07 | Merge pull request #2771 from gpanders/master | w0rp | |
Use Makefile output with clang-tidy when useful | |||
2019-10-07 | Merge pull request #2735 from zoonfafer/scala-metals | w0rp | |
Add linter for Scala Metals | |||
2019-10-07 | Merge pull request #2659 from greg0ire/psalm-language-server-option | w0rp | |
Use the psalm executable with the LS option | |||
2019-10-06 | Add tests for clangtidy with Makefile | Greg Anders | |
2019-09-26 | clangcheck: Add -fno-color-diagnostics | Eddie Lebow | |
Also change to the modern --extra-arg syntax. | |||
2019-09-22 | Merge pull request #2683 from ahayworth/ahayworth-add-ink-lsp | w0rp | |
Add support for ink-language-server | |||
2019-09-20 | Merge pull request #2691 from elebow/mdl-use-json-output | w0rp | |
mdl: Use JSON output instead of parsing text | |||
2019-09-19 | Document and test solc | w0rp | |
2019-09-12 | languagetools: stop auto-appending --autoDetect (#2616) | Samuel Roeca | |
Options are now configurable for languagetools, and `--autoDetect` can be removed by changing the options. | |||
2019-08-31 | Add linter for Scala Metals | Jeffrey Lau | |
https://scalameta.org/metals/ | |||
2019-08-18 | mdl: Use JSON output instead of parsing text | Eddie Lebow | |
Also add test coverage for the mdl handler. | |||
2019-08-18 | Black fixer should include --pyi for files with .pyi extension (#2705) | richyfish | |
* black fixer should include --pyi for files with .pyi extension | |||
2019-08-07 | Add support for ink-language-server | Andrew Hayworth | |
This commit add support for ink-language-server, which it does by largely copying and pasting from the pure-language-server PR that was merged recently. The most interesting things to note are: - ink-language-server is distributed upstream via npm, which is why we search through node_modules - With some coaxing, it can be installed globally - which is why we search for a global binary. - Ink is a funky language, and users will likely need to add initialization options. - I am not incredibly familiar with vimscript; and I may not have done some of the buffer searching correctly. | |||
2019-08-02 | Fix #2668 - Set g:ale_go_go111module | w0rp | |
2019-07-30 | Merge pull request #2430 from eliath/master | w0rp | |
Support $GO111MODULE with Go tooling | |||
2019-07-29 | Merge pull request #2612 from andys8/feature/elm-language-server-update | w0rp | |
Update elm-ls | |||
2019-07-25 | Use the psalm executable with the LS option | Grégoire Paris | |
This is the simplest way of getting the psalm language server to run now. | |||
2019-07-14 | Merge pull request #2618 from rustic-games/clippy-flags | w0rp | |
Update Rust cargo linter to better integrate with Clippy | |||
2019-07-13 | Add Sorbet ruby linter and fixer (#2614) | Matthew Lanigan | |
2019-07-02 | Support csc, update mcsc (#2586) | hernot | |
* Added a new csc linter for C# code. * More output is now handled for mcsc. | |||
2019-07-01 | Support $GO111MODULE with Go tooling | Elias Martinez Cohen | |
Allows the user to override $GO111MODULE environment variable through ale options. This gives control over the default behavior of Go module resolution. Golang documentation: https://github.com/golang/go/wiki/Modules#how-to-use-modules Add `ale#Go#EnvString()` function to make it easy to add similar Go environment variables in the future. Use the new `EnvString` function in all available Go tools callbacks & update tests Also add test of linter command callback for `gofmt` | |||
2019-06-25 | support all cargo options for build/clippy | Jean Mertz | |
2019-06-24 | support clippy options with -- | Jean Mertz | |
2019-06-21 | Update elm-ls | andys8 | |
* elm_lsp is now elm_ls * The binary published by @elm-tooling is elm-language-server Updates tests, docs and adds more options to the plugin. |