summaryrefslogtreecommitdiff
path: root/supported-tools.md
AgeCommit message (Collapse)Author
2020-08-28Close #3285 - lint_file is now dynamicw0rp
`lint_file` can now be computed dynamically with a callback function, which can return a deferred result, as per `ale#command#Run`. This allows linters to dynamically switch between checking files on disk, or checking code on the fly. Some tests have been fixed on Windows.
2020-08-28Add sql-lint to supported toolsw0rp
2020-08-25Add dhall-format as a Fixerpatrick brisbin
https://github.com/dhall-lang/dhall-lang
2020-08-18Merge pull request #3229 from hsanson/3220-enable-languagetool-for-asciidocw0rp
Enable languagetool for asciidoctor files.
2020-08-17Merge pull request #3007 from klaaspieter/swift-formatw0rp
Add Apple's swift-format as a linter
2020-08-07Fix order of supported-tools for pyrightw0rp
2020-08-07Close #2472 - Add support for pyrightw0rp
2020-08-06#2804 Add hdl-checker to supported toolsw0rp
2020-07-29Merge pull request #3231 from jhlink/add-astyle-for-c-formattingHoracio Sanson
Add astyle for C/C++ formatting
2020-07-25doc: Add astyle in c++ section in supported-tooljhlink
2020-07-21Merge pull request #3070 from hsanson/2732-add-bashate-supportw0rp
Fix 2732 - Add bashate support
2020-07-10Support zls language server for zigSheheryar Parvaz
2020-07-10doc: Add astyle to supported-tools.mdjhlink
2020-07-09Enable languagetool for asciidoctor files.Horacio Sanson
2020-05-22Support revive for go files (#2933)Paco
Signed-off-by: Penghui Liao <liaoishere@gmail.com>
2020-05-09Merge pull request #3134 from Ian2020/masterHoracio Sanson
Add shellcheck as linter for bats files
2020-05-05Merge branch 'rust-analyzer' of https://github.com/jonhoo/ale into ↵RyanSquared
jonhoo-rust-analyzer
2020-04-29Add Apple's swift-format as a linterKlaas Pieter Annema
2020-04-24Add shellcheck as linter for bats filesIan2020
2020-04-21Add vim-language-server linter supportJeffrey Lau
2020-03-23Fix 2732 - Add bashate supportHoracio Sanson
2019-11-14Clean up the nimpretty codew0rp
2019-11-14Merge pull request #2660 from YPCrumble/masterw0rp
Add StandardJS linter for TypeScript
2019-10-29Merge pull request #2690 from iclanzan/purtyw0rp
Add purty fixer for PureScript
2019-10-28Add 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-21Add StandardJS for TypeScript linting and fixing.Ian Campbell
2019-10-17Add 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-16Add support for rust-analyzerJon Gjengset
Fixes #2832
2019-10-14Merge pull request #2810 from jmreicha/patch-2w0rp
Fix Powershell emoji
2019-10-07Merge pull request #2814 from ↵w0rp
andys8/improvement/elm-ls-name-fix-in-documentation elm-ls: Removed some leftovers of previous name
2019-10-07Merge pull request #2735 from zoonfafer/scala-metalsw0rp
Add linter for Scala Metals
2019-10-07Merge pull request #2676 from davidtwco/nixfmt-fixerw0rp
Add nixpkgs-fmt fixer.
2019-10-07Merge pull request #2694 from elebow/add-ruby-debridew0rp
Add ruby debride (closes #2471)
2019-10-06elm-ls: Removed some leftovers of previous nameandys8
Plugin name is `elm-ls` Project page: <https://github.com/elm-tooling/elm-language-server>
2019-10-04Fix Powershell emojiJosh Reichardt
2019-09-22Merge pull request #2683 from ahayworth/ahayworth-add-ink-lspw0rp
Add support for ink-language-server
2019-09-22Merge pull request #2719 from kevinywlui/patch-1w0rp
Remove texlab rust rewrite link
2019-09-19Document and test solcw0rp
2019-09-12Merge pull request #2738 from Joshuao95/patch-1w0rp
Update irrelevant JSCS site link
2019-09-12feat: support sqlformat. (#2702)Cluas
* feat: support sqlformat.
2019-09-10dfmt support (#2662)theoremoon
* Add support for `dfmt`
2019-08-31Add linter for Scala MetalsJeffrey Lau
https://scalameta.org/metals/
2019-08-29Update irrelevant JSCS site linkJoshuao95
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-26Add 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-19Remove texlab rust rewrite linkKevin Lui
It seems like the texlab rust rewrite has completed so the link is now broken and not necessary.
2019-08-18Merge remote-tracking branch 'AlexeiDrake/master' into ↵w0rp
bugfix/c-lsp-build-dir-settings
2019-08-18Merge pull request #2701 from elebow/doc-elixir-linters-floppy_diskw0rp
Add :floppy_disk: to dialyxir and dogma
2019-08-18Merge pull request #2631 from timlag1305/feat/ada-gnatppw0rp
Add gnatpp fixer for Ada
2019-08-15Add :floppy_disk: to dialyxir and dogmaEddie Lebow
2019-08-13debride: Add debride linter (closes #2471)Eddie Lebow