Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-07 | Fix order of supported-tools for pyright | w0rp | |
2020-08-07 | Close #2472 - Add support for pyright | w0rp | |
2020-08-06 | #2804 Add hdl-checker to supported tools | w0rp | |
2020-07-29 | Merge pull request #3231 from jhlink/add-astyle-for-c-formatting | Horacio Sanson | |
Add astyle for C/C++ formatting | |||
2020-07-25 | doc: Add astyle in c++ section in supported-tool | jhlink | |
2020-07-21 | Merge pull request #3070 from hsanson/2732-add-bashate-support | w0rp | |
Fix 2732 - Add bashate support | |||
2020-07-10 | Support zls language server for zig | Sheheryar Parvaz | |
2020-07-10 | doc: Add astyle to supported-tools.md | jhlink | |
2020-05-22 | Support revive for go files (#2933) | Paco | |
Signed-off-by: Penghui Liao <liaoishere@gmail.com> | |||
2020-05-09 | Merge pull request #3134 from Ian2020/master | Horacio Sanson | |
Add shellcheck as linter for bats files | |||
2020-05-05 | Merge branch 'rust-analyzer' of https://github.com/jonhoo/ale into ↵ | RyanSquared | |
jonhoo-rust-analyzer | |||
2020-04-24 | Add shellcheck as linter for bats files | Ian2020 | |
2020-04-21 | Add vim-language-server linter support | Jeffrey Lau | |
2020-03-23 | Fix 2732 - Add bashate support | Horacio Sanson | |
2019-11-14 | Clean up the nimpretty code | w0rp | |
2019-11-14 | Merge pull request #2660 from YPCrumble/master | w0rp | |
Add StandardJS linter for TypeScript | |||
2019-10-29 | Merge pull request #2690 from iclanzan/purty | w0rp | |
Add purty fixer for PureScript | |||
2019-10-28 | Add support for html-beautify (#2788) | Hugo Osvaldo Barrera | |
* Add support for html-beautify * Add html-beautify to the list of supported tools * Update docs | |||
2019-10-21 | Add StandardJS for TypeScript linting and fixing. | Ian Campbell | |
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 | |||
2019-10-16 | Add support for rust-analyzer | Jon Gjengset | |
Fixes #2832 | |||
2019-10-14 | Merge pull request #2810 from jmreicha/patch-2 | w0rp | |
Fix Powershell emoji | |||
2019-10-07 | Merge pull request #2814 from ↵ | w0rp | |
andys8/improvement/elm-ls-name-fix-in-documentation elm-ls: Removed some leftovers of previous name | |||
2019-10-07 | Merge pull request #2735 from zoonfafer/scala-metals | w0rp | |
Add linter for Scala Metals | |||
2019-10-07 | Merge pull request #2676 from davidtwco/nixfmt-fixer | w0rp | |
Add nixpkgs-fmt fixer. | |||
2019-10-07 | Merge pull request #2694 from elebow/add-ruby-debride | w0rp | |
Add ruby debride (closes #2471) | |||
2019-10-06 | elm-ls: Removed some leftovers of previous name | andys8 | |
Plugin name is `elm-ls` Project page: <https://github.com/elm-tooling/elm-language-server> | |||
2019-10-04 | Fix Powershell emoji | Josh Reichardt | |
2019-09-22 | Merge pull request #2683 from ahayworth/ahayworth-add-ink-lsp | w0rp | |
Add support for ink-language-server | |||
2019-09-22 | Merge pull request #2719 from kevinywlui/patch-1 | w0rp | |
Remove texlab rust rewrite link | |||
2019-09-19 | Document and test solc | w0rp | |
2019-09-12 | Merge pull request #2738 from Joshuao95/patch-1 | w0rp | |
Update irrelevant JSCS site link | |||
2019-09-12 | feat: support sqlformat. (#2702) | Cluas | |
* feat: support sqlformat. | |||
2019-09-10 | dfmt support (#2662) | theoremoon | |
* Add support for `dfmt` | |||
2019-08-31 | Add linter for Scala Metals | Jeffrey Lau | |
https://scalameta.org/metals/ | |||
2019-08-29 | Update irrelevant JSCS site link | Joshuao95 | |
jscs.info appears to have nothing to do with the linter, and just contains a blogpost about student debt. This appears to be the closest to canonical site for the project (although it's now merged with ESLint I suppose some still use it?) | |||
2019-08-26 | Add nixpkgs-fmt fixer. | David Wood | |
This commit adds a fixer for the Nix language, nixpkgs-fmt (https://github.com/nix-community/nixpkgs-fmt). | |||
2019-08-19 | Remove texlab rust rewrite link | Kevin Lui | |
It seems like the texlab rust rewrite has completed so the link is now broken and not necessary. | |||
2019-08-18 | Merge remote-tracking branch 'AlexeiDrake/master' into ↵ | w0rp | |
bugfix/c-lsp-build-dir-settings | |||
2019-08-18 | Merge pull request #2701 from elebow/doc-elixir-linters-floppy_disk | w0rp | |
Add :floppy_disk: to dialyxir and dogma | |||
2019-08-18 | Merge pull request #2631 from timlag1305/feat/ada-gnatpp | w0rp | |
Add gnatpp fixer for Ada | |||
2019-08-15 | Add :floppy_disk: to dialyxir and dogma | Eddie Lebow | |
2019-08-13 | debride: Add debride linter (closes #2471) | Eddie Lebow | |
2019-08-12 | Add purty fixer. | Sorin Iclanzan | |
2019-08-07 | Add support for ink-language-server | Andrew Hayworth | |
This commit add support for ink-language-server, which it does by largely copying and pasting from the pure-language-server PR that was merged recently. The most interesting things to note are: - ink-language-server is distributed upstream via npm, which is why we search through node_modules - With some coaxing, it can be installed globally - which is why we search for a global binary. - Ink is a funky language, and users will likely need to add initialization options. - I am not incredibly familiar with vimscript; and I may not have done some of the buffer searching correctly. | |||
2019-07-13 | Add Sorbet ruby linter and fixer (#2614) | Matthew Lanigan | |
2019-07-02 | Support csc, update mcsc (#2586) | hernot | |
* Added a new csc linter for C# code. * More output is now handled for mcsc. | |||
2019-07-01 | Add gnatpp fixer for Ada | Tim Lagnese | |
2019-06-17 | Add support for purescript language server (#2572) | Drew Olson | |
* Add support for purescript language server * Update naming * Add purescript language server tests | |||
2019-06-11 | Elm: Update link to compiler repository | Andy | |