Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-02 | #2397 - didChangeConfiguration should be a notification | w0rp | |
2019-04-02 | Merge pull request #2340 from svanharmelen/svh/f-gotype | w0rp | |
make `gotype` return all errors | |||
2019-04-02 | Add pyflakes to the Vim help file too | w0rp | |
2019-04-02 | Merge pull request #2406 from mafrosis/pyflakes-is-supported | w0rp | |
Pyflakes is supported + FAQ update | |||
2019-04-02 | Sort the documented options | w0rp | |
2019-04-02 | Merge pull request #2403 from rhysd/config-disable-lsp | w0rp | |
Add g:ale_disable_lsp and b:ale_disable_lsp to disable linters powered by LSP | |||
2019-03-31 | FAQ: how can I see what is currently enabled? | Matt Black | |
2019-03-31 | Pyflakes is supported | Matt Black | |
2019-03-30 | Add g:ale_disable_lsp and b:ale_disable_lsp to disable linters powered by LSP | rhysd | |
2019-03-29 | Merge pull request #2369 from ajcrites/ajcrites/2368/vertical-focus-fix | w0rp | |
Fix #2368 - Open vertical list to the right | |||
2019-03-29 | #2395 - Handle empty output for redpen | w0rp | |
2019-03-29 | Fix the table of contents | w0rp | |
2019-03-29 | PSScriptAnalyzer (#2370) | Jesse Harris | |
* Added psscriptanalyzer * Added exclusions and documentation * Added PSScriptAnalyzer handler test | |||
2019-03-29 | #2397 - disable elixir-ls by default, which can be CPU hungry | w0rp | |
2019-03-29 | Fix #2402 - Handle null LSP references responses | w0rp | |
2019-03-25 | Merge pull request #2363 from davidsierradz/master | w0rp | |
support jsonlint local executable | |||
2019-03-25 | Merge pull request #2378 from antew/feature/elm-lsp-linter | w0rp | |
Elm: Support for elm-lsp | |||
2019-03-25 | Use location of `composer.json` for PHP project path too (#2391) | Shahin Sorkh | |
* move php-langserver "test for .git dir" test-project to its own directory * search for composer.json file in php-langserver first then .git dir * add test for php-langserver composer.json | |||
2019-03-21 | Add support for elm-lsp | Antew | |
2019-03-16 | Fix #2368 - Open vertical list to the right | Andrew Crites | |
This was normal behavior before, and it also stops ale from stealing focus. | |||
2019-03-15 | ruby: fix a typo in a comment | Adam Weis | |
2019-03-15 | support jsonlint local executable | davidsierradz | |
2019-03-13 | #2357 Handle Windows paths where the drive letter colon is encoded | w0rp | |
2019-03-13 | Handle pipes in Windows drive letters for URIs | w0rp | |
2019-03-12 | Fix parsing the third part of version string (#2355) | Tomasz N | |
* Fix parsing the third part of version string * Add test * Test: fix checking cached version | |||
2019-03-12 | make `gotype` return all errors | Sander van Harmelen | |
When using `gotype` without the `-e` option, it will only output the first 10 errors. When working on a larger package that ofter means taht those 10 errors are in other files then the one that you are currently working on which then seems to indicate that there are no errors. By adding the `-e` flag, all errors will be returned and shown properly in the file that you are working on. | |||
2019-03-11 | Fix #2351 - Escape spaces and backslashes for signs | w0rp | |
2019-03-11 | Merge pull request #2349 from oblitum/fix-missing-languagetool-file-argument | w0rp | |
Fix passing file to languagetool | |||
2019-03-11 | make options for credo configurable (#2337) | Adam Trepanier | |
* Add credo --strict option If a user sets 'let g:ale_elixir_credo_strict=1' it will run credo with --strict instead of suggest. The default (0) is to run as suggest. * Added credo docs | |||
2019-03-11 | Merge pull request #2347 from codenut/master | w0rp | |
Fix for #2346 | |||
2019-03-11 | Fix passing file to languagetool | Francisco Lopes | |
2019-03-10 | #2341 - Handle completion messages with textEdit objects | w0rp | |
2019-03-10 | set maximum number of autocomplete suggestions for results coming from LSP | Michael Valladolid | |
2019-03-09 | Remove more uses of command_callback and executable_callback | w0rp | |
2019-03-09 | Update documentation for languagetool | w0rp | |
2019-03-09 | linter/markdown: adds support for languatool (#2155) | Vincent Dahmen | |
2019-03-08 | Merge pull request #2327 from akshit-sharma/master | w0rp | |
clang-format supported with nvcc (cuda files) | |||
2019-03-08 | Fix #2326 - ALEComplete no longer replaces completeopt | w0rp | |
2019-03-08 | Merge pull request #2325 from rustic-games/rust-spans | w0rp | |
set correct Rust span end column | |||
2019-03-07 | Fix #2330 - Do not use getcurpos() to avoid changing curswant | w0rp | |
2019-03-06 | Merge pull request #2305 from campbellr/master | w0rp | |
javac: Don't assume src/main/java always exists | |||
2019-03-05 | #2132 - Document ale#command#Run | w0rp | |
2019-03-05 | Add lsp_config support for rls (#2332) | Nathan Henrie | |
* Add lsp_config for rls * Add working config example and test | |||
2019-03-03 | javac: Don't assume src/main/java always exists | Ryan Campbell | |
Some projects I have only have src/test/java (no /src/main/java), which seemed to break some incorrect assumptions the linter had. | |||
2019-03-02 | fixed mismatched ToC and heading | akshit-sharma | |
2019-03-02 | clang-format supported with nvcc (cuda files) | akshit-sharma | |
2019-03-02 | set correct Rust span end column | Jean Mertz | |
The Rust compiler returns the first column that is _not_ part of the current span as `column_end`, while Ale expects `end_col` to signify the last column of the span. | |||
2019-02-27 | #2132 - Support deferred execution for LSP executables, commands, and addresses | w0rp | |
2019-02-26 | Skip the command#Run test for fixers on Windows | w0rp | |
2019-02-26 | #2132 - Support deferred fixers | w0rp | |