Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-21 | Merge pull request #3119 from hsanson/2269-ktlint-stdin-support | w0rp | |
Fix 2269 - use ktlint stdin. | |||
2020-07-21 | Merge pull request #3137 from hsanson/3132-fix-eclipselsp-command | w0rp | |
Fix eclipselsp command function. | |||
2020-07-15 | Handling for puppet parser error at end of input. | Mark Egan-Fuller | |
Add handling for `Syntax error at end of input` which doesn't give a line or column. Fixes #2656 | |||
2020-07-10 | Support zls language server for zig | Sheheryar Parvaz | |
2020-07-02 | Puppet handler: make error-parsing regex more robust | Christopher Peterson | |
2020-06-20 | Merge pull request #3158 from ulidtko/improve-dockerfile_lint | Horacio Sanson | |
Improve :ALEDetail for dockerfile_lint [READY TO REVIEW] | |||
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_sourcepath variable defaults to String | NiBo | |
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 | style(javac): Code formatting | NiBo | |
2020-05-15 | feat(javac): Add java_javac_sourcepath variable | NiBo | |
This variable can set multiple source code paths, the source code path is a relative path (relative to the project root directory) | |||
2020-05-15 | Merge pull request #3077 from puritys/javaagent | Horacio Sanson | |
To support javaagent on eclipselsp | |||
2020-05-09 | Merge pull request #3134 from Ian2020/master | Horacio Sanson | |
Add shellcheck as linter for bats files | |||
2020-05-08 | Use a function to define shellcheck linters and vars needed, fixes tests | Ian2020 | |
2020-05-06 | Fix style and test | max ulidtko | |
2020-05-06 | Improve :ALEDetail for dockerfile_lint | max ulidtko | |
1. The often longish `description` moved away from (supposedly short) statusline `message` into the `detail` section. 2. dockerfile_lint sends `reference_url` pointing to issue explanations. Use that. | |||
2020-05-05 | Merge branch 'rust-analyzer' of https://github.com/jonhoo/ale into ↵ | RyanSquared | |
jonhoo-rust-analyzer | |||
2020-04-28 | Moved common code to ale handlers, updated bats doc | Ian2020 | |
2020-04-25 | Fix eclipselsp command function. | Horacio Sanson | |
Changes in eclipselsp and java caused the command needed to run the language server fail to build properly. Thi PR fixes those issues. | |||
2020-04-24 | Add shellcheck as linter for bats files | Ian2020 | |
2020-04-21 | Add vim-language-server linter support | Jeffrey Lau | |
2020-04-20 | Merge pull request #3121 from zoonfafer/scala-metals | w0rp | |
linter/scala/metals: Fix return value of GetProjectRoot() | |||
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-19 | Merge pull request #3027 from ndtho8205/fix-kotlinc-stderr | Horacio Sanson | |
Fix 3011 - not catching kotlinc output on stderr | |||
2020-04-18 | linter/scala/metals: Fix return value of GetProjectRoot() | Jeffrey Lau | |
It was returning 0 when it should be returning an empty string. The 'AssertEqual' in the ale image is from an old version so it does not check the types of the arguments. This is already fixed in https://github.com/junegunn/vader.vim/commit/427fe19104c15066e4c1d5d385076e8e07a0dee8 Closes #3120 | |||
2020-04-18 | Adds column number to the verilator verilog linter | TG | |
Since version 4.032 (04/2020) verilator linter messages also contain the column number, and look like: %Error: /tmp/test.sv:3:1: syntax error, unexpected endmodule, expecting ';' To stay compatible with old versions of the tool, the column number is optional in the researched pattern regular expression. See commit: https://github.com/verilator/verilator/commit/81c659957e89f28861fde870f000cce2d5f76729 | |||
2020-04-18 | Fix 2269 - use ktlint stdin. | Horacio Sanson | |
Use stdin flag instead of temporary files. This allows ktlint to work with .editorconfig files. | |||
2020-04-17 | Merge pull request #2681 from mynomoto/clj-kondo-cache | w0rp | |
Use cache for clj-kondo linter | |||
2020-04-09 | rust-analyzer server binary changed name | Jon Gjengset | |
2020-03-26 | Fix code convention | puritys | |
2020-03-26 | To support javaagent on eclipselsp | puritys | |
2020-03-06 | Fix 3011 - not catching kotlinc output on stderr | Tho Nguyen Duc | |
2020-01-02 | Merge pull request #2908 from af/patch-1 | w0rp | |
Fix for incorrect eslint output parsing for graphql files | |||
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 | |||
2020-01-02 | Fix #2704 - Show mypy notes; can be disabled | w0rp | |
2019-11-24 | Fix for incorrect eslint output parsing for graphql files | Aaron Franks | |
The output is configured to be JSON, but the handler was parsing it as 'lines' | |||
2019-11-14 | Merge pull request #2660 from YPCrumble/master | w0rp | |
Add StandardJS linter for TypeScript | |||
2019-11-09 | Default errorview in pwsh7 now concise | Jesse Harris | |
2019-11-07 | Merge pull request #2887 from tamago324/add-nimcheck-end_col-options | w0rp | |
Add nimcheck end_col options | |||
2019-11-07 | Revert "Add definition of c/clangd's language as C (#2791)" | w0rp | |
This reverts commit f4070f6c43b3cb2e7463d8426a68d5a726991288. | |||
2019-11-07 | Merge pull request #2617 from robindar/master | w0rp | |
Fix crystal-lang non file-tied message handling | |||
2019-11-07 | Add nimcheck end_col options | tamago324 | |
nimcheck | |||
2019-10-29 | Merge pull request #2819 from greg0ire/psalm_extra_options | w0rp | |
Add the possiblity to add extra psalm options | |||
2019-10-28 | Merge pull request #2700 from elebow/clangcheck-no-color-diagnostics | w0rp | |
clangcheck: Add -fno-color-diagnostics (closes #2188) | |||
2019-10-21 | Allow the use of StandardX for StandardJS linting and fixing. | Ian Campbell | |
See https://github.com/standard/standardx | |||
2019-10-21 | Add StandardJS for TypeScript linting and fixing. | Ian Campbell | |
2019-10-18 | Make more names match up | Jon Gjengset | |
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 |