Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-20 | #3633 - Put all dummy test files in test/test-files | w0rp | |
2021-03-19 | Add desktop-file-validate | w0rp | |
2021-03-18 | issue 3033 (#3620) | Nathan Henrie | |
* Add ale_python_pyls_options * Add extra explanatory detail * Fix alignment * Fix test | |||
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-03-01 | Update documentation for floating window borders | w0rp | |
2021-03-01 | Add borders for floating windows in Neovim (#3603) | Yen3 | |
* Add borders for floating windows in Neovim * Add docs for floating window border setting Co-authored-by: w0rp <w0rp@users.noreply.github.com> | |||
2021-03-01 | #3599 - Use ale_root instead of ale_lsp_root | w0rp | |
The `ale_lsp_root` setting is now deprecated, and `ale_root` should be used instead. The setting will be used for both setting the root easily for LSP linters, and for running other linters over whole projects. | |||
2021-03-01 | Close #2281 - Separate cwd commands from commands | w0rp | |
Working directories are now set seperately from the commands so they can later be swapped out when running linters over projects is supported, and also better support filename mapping for running linters on other machines in future. | |||
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 | Allow clangformat to use a local style file (#3587) | Mukund Mauji | |
* Allow clangformat to use a local style file. * Add tests. * Fix Vint issue. * Improve explanation of feature in documentation. * Fix failing test. The test was checking the wrong directory. | |||
2021-02-06 | #3362 Disable LSP/tsserver hints/suggestions by default | w0rp | |
2021-02-06 | Merge pull request #3571 from rfwatson/gopls-add-init-options | Horacio Sanson | |
gopls: add go_gopls_init_options | |||
2021-02-05 | Merge pull request #3576 from cyyever/fish_indent | Horacio Sanson | |
Fish indent | |||
2021-02-03 | gopls: add go_gopls_init_options | Rob Watson | |
2021-01-31 | #3527 - Clarify that popup menus should only be used in GUI Vim | w0rp | |
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-27 | Remove last traces of Travis CI | w0rp | |
* The build status badge is now for GitHub Actions. * The documentation now mentions GitHub instead. * Warnings in the YAML file have been fixed or ignored. | |||
2021-01-27 | Merge pull request #3425 from pinicarus/custom-dialyzer-options | Horacio Sanson | |
Custom erlang/dialyzer options | |||
2021-01-26 | Feature: Add support for named-pipe sockets for LSPs (#3509) | Kevin Svetlitski | |
* Add support for using named pipes for lsp 'socket' servers; documentation updated accordingly * Add tests for connecting to named pipe sockets | |||
2021-01-23 | refactor(erlang/dialyzer): remove file placeholder from options | Pierre-Nicolas Clauss | |
Signed-off-by: Pierre-Nicolas Clauss <pinicarus@protonmail.com> | |||
2021-01-23 | Merge remote-tracking branch 'upstream/master' | Pierre-Nicolas Clauss | |
Signed-off-by: Pierre-Nicolas Clauss <pinicarus@protonmail.com> | |||
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 | Add document for apkbuild filetype | Leo | |
2021-01-22 | Document new default linters for apkbuild | Leo | |
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 typos | Nelson Yeung | |
2021-01-22 | Fix linting errors | Nelson Yeung | |
2021-01-22 | Add dart analysis_server doc | Nelson Yeung | |
2021-01-23 | Merge pull request #3519 from atsuya/feature/support-vala-lint | Horacio Sanson | |
Add support for Vala-Lint | |||
2021-01-22 | xo: update docs | Charles B Johnson | |
2021-01-23 | update doc with snake cased linter name | Atsuya Takagi | |
2021-01-23 | document the variables can be set for the linter | Atsuya Takagi | |
2021-01-23 | add Vala-Lint as supported linter | Atsuya Takagi | |
2021-01-23 | add documentation for vala-lint | Atsuya Takagi | |
2021-01-22 | Fix linter error | Horacio Sanson | |
2021-01-22 | Improve documentation | Horacio Sanson | |
2021-01-22 | Add yamllint and prettier to openapi. | Horacio Sanson | |
This commit enables yamllint and prettier on openapi files. |