Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | Fix linting errors | 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 | |
2020-11-28 | Fix test/script/check-supported-tools-tables | Kevin Clark | |
2020-11-27 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2020-11-25 | feat: add yamlfix fixer | Lyz | |
2020-11-21 | Add support for R languageserver (#3370) | Eric Zhao | |
2020-11-21 | Merge pull request #3409 from lyz-code/feat/add-autoimport-support | w0rp | |
feat: add autoimport fixer | |||
2020-11-21 | Adds support for Tlint - A Tighten Opinionated PHP Linter (#3291) | Jose Soto | |
Co-authored-by: w0rp <w0rp@users.noreply.github.com> | |||
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 |