Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-21 | Merge pull request #2903 from davidtwco/ormolu-fixer | w0rp | |
Add ormolu fixer. | |||
2020-11-21 | Merge pull request #3357 from creativenull/feat-php-intelephense | w0rp | |
feat: add intelephense support for php | |||
2020-11-21 | Add luafmt fixer (#3289) | zandr | |
2020-11-21 | Merge pull request #3292 from dmitrivereshchagin/add-elvis-handler-for-erlang | w0rp | |
Add Elvis handler for Erlang | |||
2020-10-23 | Add ormolu fixer. | David Wood | |
This commit adds a fixer for the Haskell language, ormolu (https://github.com/tweag/ormolu). Signed-off-by: David Wood <david@davidtw.co> | |||
2020-10-15 | Make the two nearly identical Swift tools easier to distinguish | w0rp | |
2020-10-15 | Fix sorting of supported tools | w0rp | |
2020-09-17 | feat: add intelephense support for php | Arnold Chand | |
2020-09-06 | Add Elvis handler for Erlang | Dmitri Vereshchagin | |
[Elvis][1] is an Erlang style reviewer. [1]: https://github.com/inaka/elvis | |||
2020-08-28 | Add sql-lint to supported tools | w0rp | |
2020-08-25 | Add dhall-format as a Fixer | patrick brisbin | |
https://github.com/dhall-lang/dhall-lang | |||
2020-08-20 | #3299 Merge gcc and clang into a cc linter | w0rp | |
Users can easily be confused when they set some options for a C or C++ compiler, and another compiler is run with different options, which still reports errors. To remedy this, the existing `gcc` and `clang` linters have been replaced with a `cc` linter that will run either compiler. This is a breaking change for ALE v3.0.0. | |||
2020-08-18 | Merge pull request #3229 from hsanson/3220-enable-languagetool-for-asciidoc | w0rp | |
Enable languagetool for asciidoctor files. | |||
2020-08-17 | Merge pull request #3007 from klaaspieter/swift-format | w0rp | |
Add Apple's swift-format as a linter | |||
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 to c++ in supported lang & tools | 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 lang & tools | jhlink | |
2020-07-09 | Enable languagetool for asciidoctor files. | Horacio Sanson | |
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-29 | Add Apple's swift-format as a linter | Klaas Pieter Annema | |
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 | Fix the test issues with html-beautify | w0rp | |
2019-10-21 | Make sure README and docs are synced. | 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 | Also list analyzer in doc/ supported tools | Jon Gjengset | |
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-09-22 | Merge pull request #2683 from ahayworth/ahayworth-add-ink-lsp | w0rp | |
Add support for ink-language-server | |||
2019-09-19 | Document and test solc | w0rp | |
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-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-18 | Merge remote-tracking branch 'AlexeiDrake/master' into ↵ | w0rp | |
bugfix/c-lsp-build-dir-settings | |||
2019-08-18 | Merge pull request #2631 from timlag1305/feat/ada-gnatpp | w0rp | |
Add gnatpp fixer for Ada | |||
2019-08-13 | debride: Add debride linter (closes #2471) | Eddie Lebow | |