Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-12 | Add Yosys linter for Verilog files. (#3713) | Nathan Sharp | |
* Add yosys for verilog files. * Add handler test for yosys. * fix typo in yosys handler test * fix array order in yosys handler test * add yosys linter to filetype defaults test * fix duplicate tag * add 'yosys' to 'ale-supported-languages-and-tools.txt' | |||
2021-07-09 | Add support for `lua-format` fixer. (#3804) | Mathias Jean Johansen | |
2021-07-09 | chore: replace python-language-server to supported pylsp (#3810) | Gerardo Gómez Rodríguez | |
As mentioned in #3722 palantir's python-language-server is no longer maintained. The alternative is to use the community-driven https://github.com/python-lsp/python-lsp-server. | |||
2021-07-04 | Add pandoc as a markdown fixer (#3641) | Jesse Hathaway | |
Utilize pandoc to fix markdown files, currently set to Github-Flavored Markdown, but that can be changed by setting, ale_markdown_pandoc_options. | |||
2021-07-03 | Add stylua fixer for lua (#3789) | Robert Liebowitz | |
2021-06-19 | Close #3770 - Add support for checking circleci configs | w0rp | |
2021-05-26 | Enable gopls by default with GOPATH detection | w0rp | |
2021-04-09 | feat: Add protolint as linter and fixer (#2911) | yohei yoshimuta | |
2021-03-26 | Add support for V: "v" (compiler) and "vfmt" fixer. (#3622) | fiatjaf | |
* v: add "v fmt" fixer. * v: add "v" (build) linter. * v: fix vlint complaints and add documentation. * v: add tests. * v: use ale#Pad(). | |||
2021-03-24 | Add nixfmt as a Nix fixer. (#3651) | David Houston | |
* Add nixfmt fixer. * Replace manual options pad with ale#Pad() | |||
2021-03-23 | Add support for `ptop` fixer (#3652) | BarrOff | |
* Add support for `ptop` fixer * add test file for ptop tests * called wrong fixer in assertion test * use ' %s %t' instead of ' %t %t' | |||
2021-03-20 | Add support for clangd with CUDA (#3598) | Tommy Chiang | |
* add support for clangd with CUDA * add clangd with CUDA in supported-tools.md * add doc for clangd with CUDA | |||
2021-03-20 | add support for svelte via svelteserver language server (#3644) | fiatjaf | |
* add support for svelte via svelteserver language server * svelte: fix Vint error and add a `svelteserver` simple test. Co-authored-by: Joakim Repomaa <mail@j.repomaa.com> Co-authored-by: Joakim Repomaa <mail@jreinert.com> | |||
2021-03-19 | Add desktop-file-validate | w0rp | |
2021-03-14 | Check user systemd unit files with systemd-analyze | w0rp | |
2021-03-14 | Close #2102 - Add support for the Angular language server | w0rp | |
2021-02-28 | Add support for `erlfmt` fixer (#3602) | Antoine Gagné | |
* Add support for `erlfmt` * Add missing entry to table of contents * Fix warnings * Add missing tools to supported tools | |||
2021-02-21 | Add a buildifier fixer for Bazel files (#3499) | Jon Parise | |
This fixer enables buildifier's formatting and "lint fix" modes. Additional options can be provided via `bazel_buildifier_options`. It also implements some basic logic for guessing the file's type. buildifier itself usually does this based on the filenames provided on the command line, but because we're piping our buffer via stdin, we need to do this manually. | |||
2021-02-18 | Added ocamllsp (#3595) | Risto Stevcev | |
* Added ocamllsp * Update ordering in docs to be alphabetical * Updated expected result in test | |||
2021-02-18 | add support for prettier-ruby to prettier fixer (#3593) | David Buchan-Swanson | |
it _does_ need an additional plugin, but when it has the plugin, it works as expected. | |||
2021-02-14 | Update elixir-ls link in supported tools (#3588) | Jason Axelson | |
https://github.com/elixir-lsp/elixir-ls/ is now the canonical repo: > It's now being maintained by proactive volunteers from the Elixir community over at elixir-lsp/elixir-ls. Updates will continue to be published from that repo to the original VS Code extension, so no need to switch plugins if you're using VS Code. from: https://github.com/JakeBecker/elixir-ls#this-project-has-moved | |||
2021-02-05 | Merge pull request #3576 from cyyever/fish_indent | Horacio Sanson | |
Fish indent | |||
2021-01-31 | Add linter for haskell-language-server | yen3 | |
The patch adds a new linter for haskell-language-server (hls). hls is the integration point of haskell-ide-engine (hie) and ghcide. | |||
2021-01-30 | Fix 3371 - Add terraform-ls support | Horacio Sanson | |
2021-01-23 | Merge pull request #3556 from jD91mZM2/rnix | Horacio Sanson | |
Add rnix-lsp for Nix diagnostics and completion | |||
2021-01-23 | Add rnix-lsp for Nix diagnostics and completion | jD91mZM2 | |
2021-01-23 | Merge pull request #3424 from maxice8/atools | Horacio Sanson | |
Add support for Alpine Linux APKBUILD | |||
2021-01-23 | add spectral support for json | tatsuya | |
2021-01-23 | add spectral linter for yaml | tatsuya | |
ci | |||
2021-01-23 | Merge pull request #3533 from motato1/master | Horacio Sanson | |
Deno support for LSP and fixer | |||
2021-01-23 | doc: Fix linter issues | Mohammed Chelouti | |
2021-01-22 | doc: Add documentation for Deno | Mohammed Chelouti | |
2021-01-22 | document support for apkbuild-lint and secfixes-check for apkbuild | Leo | |
2021-01-22 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2021-01-22 | Add dart analysis_server to supported tools | Nelson Yeung | |
2021-01-23 | Merge pull request #3519 from atsuya/feature/support-vala-lint | Horacio Sanson | |
Add support for Vala-Lint | |||
2021-01-23 | update doc with snake cased linter name | Atsuya Takagi | |
2021-01-23 | add Vala-Lint as supported linter | Atsuya Takagi | |
2021-01-22 | Fix linter error | Horacio Sanson | |
2021-01-22 | Add yamllint and prettier to openapi. | Horacio Sanson | |
This commit enables yamllint and prettier on openapi files. | |||
2021-01-22 | Fix 2777 - Add IBM openapi validator | Horacio Sanson | |
2021-01-22 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2021-01-20 | Merge pull request #3261 from toastal/dhall | Horacio Sanson | |
Enhanced Dhall fixer support | |||
2021-01-15 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2021-01-14 | Merge pull request #3471 from kevinclark/3448-fix-unittests | w0rp | |
Make test/scripts/custom-checks portable | |||
2021-01-13 | Merge pull request #3494 from YorickPeterse/master | Horacio Sanson | |
Add linter for Inko | |||
2021-01-08 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2020-12-23 | Add linter for Inko | Yorick Peterse | |
This adds a linter for Inko (https://inko-lang.org/). The linter makes use of Inko's own compiler, and a newly introduced --check flag to only check for errors; instead of also compiling source code. | |||
2020-12-21 | merging master | toastal | |
2020-12-17 | Add salt-lint support | Benjamin Binier | |