aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Prefer ale_root setting for project rootscodex/update-ale-to-prefer-ale_root-settingAndrew Wray2025-06-2510-52/+80
* Some absolute paths are not recognized for Windows (#4987)Andrey Starodubtsev2025-06-243-6/+22
* Remove pytest.ini from project detection filesw0rp2025-06-244-48/+13
* Skip whitespace warnings from ruff, if so configuredw0rp2025-05-202-11/+96
* Add bash-language-server as an alias for itw0rp2025-05-201-0/+1
* Fix golangci-lint fixer with version 2 (#4960)Horacio Sanson2025-05-173-43/+115
* [python/pyre.vim] use pyrefly executable (#4972)Oliver Albertini2025-05-179-1/+193
* Add initial support for named-checkzone linter (#4961)Nikita Korolev2025-05-057-0/+126
* Adding Roc language linters and fixers. (#4966)Benjamin Block2025-05-0512-0/+230
* Add other issue typesw0rp2025-04-262-0/+2
* Add Bug as a bug issue template typew0rp2025-04-261-0/+1
* Add support for the Lean 4 LSP, served by lake. (#4952)Benjamin Block2025-04-2610-0/+90
* Use ale#Escape in c_clangformat_style_option (#4949)Mikhail Velikikh2025-04-162-2/+3
* Add bash to the linter aliases (#4948)Jean-Philippe Guérard2025-04-162-0/+2
* Mention, but do not scream when a file changes before it is fixedw0rp2025-04-101-1/+1
* Remove ANSI color codes from nix linter messages (#4944)PizZaKatZe2025-04-072-1/+17
* Correctly identify tempfiles once symlinks are resolved (#3726)Josh Pencheon2025-04-021-2/+7
* Always use safe file local variables for erlang-mode fixer (#4942)Dmitri Vereshchagin2025-04-012-1/+5
* Add support for glnagci-lint v2 (#4936)Horacio Sanson2025-03-312-7/+47
* Remove hadolint rule code from location list entry text (#4939)Dmitri Vereshchagin2025-03-302-4/+3
* Update ale_disable_lsp documentation to clarify optionsw0rp2025-03-291-3/+3
* Fix #4935 - Send tsserver messsages to tsserver in Neovimw0rp2025-03-291-1/+1
* Set up Lua development for Macs with Homebreww0rp2025-03-283-2/+5
* #3600 Implement pull model with Neovim Clientw0rp2025-03-273-33/+208
* Close #3600 - Implement pull diagnostics in VimLw0rp2025-03-279-27/+248
* Implement ale.queue for calling ale#Queue in Luaw0rp2025-03-273-4/+61
* Implement ale.pad in Luaw0rp2025-03-273-1/+30
* Implement ale.get_filename_mappings in Luaw0rp2025-03-273-0/+99
* Add ale.has to mirror ale#Has in Luaw0rp2025-03-273-1/+40
* Add basic Lua ALE functions and test coveragew0rp2025-03-2716-103/+942
* Detect the Lua project root using .luarc.jsonw0rp2025-03-273-0/+25
* Implement Lua ALE setup & overhaul documentationw0rp2025-03-27146-2646/+5473
* Support g:ale_shell with the Neovim LSP clientw0rp2025-03-271-1/+1
* Add Neovim TCP connections to language serversw0rp2025-03-274-2/+71
* Supply language_id values to Neovim LSP APIw0rp2025-03-2719-41/+65
* Fix tests for Neovim LSP integrationw0rp2025-03-273-54/+58
* Update documentation for Neovim LSP integrationw0rp2025-03-273-24/+161
* Clean up message handling for LSP integrationw0rp2025-03-271-19/+11
* Handle other LSP capabilities via ALEw0rp2025-03-272-28/+70
* Remove the log_level line from Lua codew0rp2025-03-271-2/+0
* Handle Neovim LSP diagnostics via ALE's functionsw0rp2025-03-272-9/+28
* Start up language servers with Neovim's APIw0rp2025-03-274-8/+142
* fix(biome): update biome to replace deprecated arguments (#4934)dcai2025-03-272-4/+4
* (feat) add support for kulala_fmt fixer (#4925)Horacio Sanson2025-03-188-0/+79
* Simplfiy zlint configuration and testsw0rp2025-03-182-14/+6
* Support for Zlint as Zig linter (#4923)Enrique Miguel Mora Meza2025-03-187-1/+114
* Remove unreliable yls test for noww0rp2025-03-181-11/+0
* Make yls tests work better locallyw0rp2025-03-181-2/+8
* Add linting support for all formats supported by djlint (#4920)Adrian Vollmer2025-03-1823-38/+448
* Add the typstyle formatter as a fixer for Typst (#4927)Adrian Vollmer2025-03-177-0/+76