Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-11 | Update the internal ALE version to 2.7.0v2.7.0 | w0rp | |
2020-05-31 | Add test for LSP autoimport | Jerko Steiner | |
2020-05-31 | Add support for rename (documentChanges) | Jerko Steiner | |
2020-05-31 | Fix completion with langserver (autoimport in go) | Jerko Steiner | |
2020-05-30 | vim/vint: show policy name | Keith Maxwell | |
So that I can find the relevant information in the vint linting policy summary and policies can be easily configured https://github.com/Vimjas/vint/wiki/Vint-linting-policy-summary Before this change an example warning message appears as: autocmd should execute in an augroup or execute with a group (see :help :autocmd) After this change the same example appears as: ProhibitAutocmdWithNoGroup - autocmd should execute in an augroup or execute with a group (see :help :autocmd) | |||
2020-05-25 | Fixes govet linter for go 1.13+, with tests | mostfunkyduck | |
2020-05-22 | Support revive for go files (#2933) | Paco | |
Signed-off-by: Penghui Liao <liaoishere@gmail.com> | |||
2020-05-20 | Fixes #3092 - Implement loading `@file` c arguments | Stephen Robinson | |
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-30 | fix: don't append newline when buffer is noeol and nofixeol | James C. Davis | |
2020-04-29 | Main logic of shellcheck has moved, updated backward compat test | Ian2020 | |
2020-04-29 | Add Apple's swift-format as a linter | Klaas Pieter Annema | |
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-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 | 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 | ccls: Detect build dir and set compilationDatabaseDirectory | Tomas Janousek | |
Fixes #2621 | |||
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-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-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-15 | Fix tslint fixer not working issue (temporary file not found) | Dalius Dobravolskas | |
2020-04-09 | Move to rust-analyzer everywhere | Jon Gjengset | |