Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-24 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2020-07-21 | Merge pull request #2914 from hsanson/2913-fix-checkstyle-config-with-options | w0rp | |
Fix 2913 - checkstyle config file ignored. | |||
2020-07-21 | Merge pull request #3070 from hsanson/2732-add-bashate-support | w0rp | |
Fix 2732 - Add bashate support | |||
2020-07-10 | Support zls language server for zig | Sheheryar Parvaz | |
2020-06-07 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
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-03-23 | Fix 2732 - Add bashate support | Horacio Sanson | |
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-27 | Fix 2913 - checkstyle config file ignored. | Horacio Sanson | |
If checkstyle is configured with custom options that contain "-c" then the checkstyle config file option is ignored. This PR modifies the regular expression when creating the checkstyle command to avoid this. | |||
2019-11-14 | Merge pull request #2660 from YPCrumble/master | w0rp | |
Add StandardJS linter for TypeScript | |||
2019-11-07 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2019-11-07 | Revert "Add definition of c/clangd's language as C (#2791)" | w0rp | |
This reverts commit f4070f6c43b3cb2e7463d8426a68d5a726991288. | |||
2019-11-05 | Update test/command_callback/test_adals_command_callbacks.vader | Bartek Jasicki | |
Co-Authored-By: timlag1305 <timlag1305@gmail.com> | |||
2019-10-31 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
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-18 | rename command variable to *_adals_* instead of *_lsp_* and whole name to ↵ | Bartek thindil Jasicki | |
adals instead of adalsp | |||
2019-10-18 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
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-11 | another fix for test | Bartek thindil Jasicki | |
2019-10-11 | fixed test again (this time for sure) | Bartek thindil Jasicki | |
2019-10-11 | fixed test | Bartek thindil Jasicki | |
2019-10-11 | added adalsp test | Bartek thindil Jasicki | |
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 | |