Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-02 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2020-07-01 | Run ESLint fixer from project root, where possible (#3096) | Kevin Locke | |
* Split eslint#GetCdString from eslint#GetCommand Move the code for finding the project root and building the cd string into a separate function so that it can be reused in the eslint fixer. Signed-off-by: Kevin Locke <kevin@kevinlocke.name> * Run ESLint fixer from project root dir To match the ESLint linter, as changed in 9ee57d43 (which I forgot to apply to the fixer, whoops). Fixes: #3094 Closes: #3095 Signed-off-by: Kevin Locke <kevin@kevinlocke.name> | |||
2020-06-20 | Merge pull request #3158 from ulidtko/improve-dockerfile_lint | Horacio Sanson | |
Improve :ALEDetail for dockerfile_lint [READY TO REVIEW] | |||
2020-06-19 | Merge pull request #3172 from 0xMH/patch-1 | Horacio Sanson | |
More docs for beginners to use cloudformation linter | |||
2020-06-11 | Update the internal ALE version to 2.7.0v2.7.0 | w0rp | |
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 | Merge pull request #3173 from nibocn/feat#javac-sourcepath | Horacio Sanson | |
feat(javac): Add java_javac_sourcepath variable | |||
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 | Added linter installing methods | Mohamed hamza | |
2020-05-15 | Merge pull request #3077 from puritys/javaagent | Horacio Sanson | |
To support javaagent on eclipselsp | |||
2020-05-15 | More docs for beginners to use cloudformation linter | NoNE | |
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-29 | Main logic of shellcheck has moved, updated backward compat test | Ian2020 | |
2020-04-28 | Fix linting issue - indentation incorrect | Ian2020 | |
2020-04-28 | Fix shell detection test, shellcheck function name has changed | Ian2020 | |
2020-04-28 | Fix handler test, function name has changed | Ian2020 | |
2020-04-28 | Moved common code to ale handlers, updated bats doc | Ian2020 | |
2020-04-28 | Fix documentation oversights | Ian2020 | |
2020-04-24 | Add shellcheck as linter for bats files | Ian2020 | |
2020-04-21 | Merge pull request #3117 from zoonfafer/vim-vimls | Horacio Sanson | |
Add vim-language-server linter support | |||
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 | Merge pull request #3098 from tarikgraba/verilator-columnn | w0rp | |
Adds column number to the verilator verilog linter | |||
2020-04-18 | Fix the cursor tests, that stop tests running | w0rp | |
2020-04-18 | Broken message in pycodestyle (or any other Linters whose name include ↵ | Yuto | |
'code') (#3114) * Swap substitution order for echoed message This prevents 'code' string in liter_name to be substituted by accident. Linters including pycodestyle have been affected by this problem. * Add test for linter whose name contains 'code' Test for c525db8cb4088d02448c5ddcf4a80ffa028c3181 | |||
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-17 | Merge pull request #2681 from mynomoto/clj-kondo-cache | w0rp | |
Use cache for clj-kondo linter | |||
2020-04-17 | Merge pull request #2823 from jeremija/do-not-save-on-autoimport | w0rp | |
Do not save after ALERename and ALEOrganizeImports | |||
2020-04-17 | Merge pull request #3050 from StarryLeo/fix-vim-sign-priority-patch-check | Horacio Sanson | |
Fix vim sign priority patch check | |||
2020-04-15 | Closes #3019 - Implement default navigation | w0rp | |
Default navigation for commands that jump to new locations has been implemented with the `ale_default_navigation` variable, and all commands that jump to locations now support `-tab`, `-split`, or `-vsplit` arguments for overriding the default navigation behavior. | |||
2020-04-09 | Move to rust-analyzer everywhere | Jon Gjengset | |
2020-04-09 | rust-analyzer server binary changed name | Jon Gjengset | |
2020-03-26 | Fix code convention | puritys | |
2020-03-26 | Fix code convention | puritys | |
2020-03-26 | To support javaagent on eclipselsp | puritys | |
2020-03-15 | Fix vim sign priority patch check | StarryLeo | |
With Vim 8.2 released, the previous check method is not accurate enough. | |||
2020-03-11 | Fixes #2982 - Implement g:ale_exclude_highlights | w0rp | |
Particular highlights can now be excluded by providing Lists of regular expressions. | |||
2020-03-06 | Fix 3011 - not catching kotlinc output on stderr | Tho Nguyen Duc | |