summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2021-03-21#3633 - Move linter tests into test/linterw0rp
2021-03-20Add 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-20add 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-20#3633 - Put all dummy test files in test/test-filesw0rp
2021-03-19Add desktop-file-validatew0rp
2021-03-18issue 3033 (#3620)Nathan Henrie
* Add ale_python_pyls_options * Add extra explanatory detail * Fix alignment * Fix test
2021-03-14Check user systemd unit files with systemd-analyzew0rp
2021-03-14Close #2102 - Add support for the Angular language serverw0rp
2021-03-01Update documentation for floating window bordersw0rp
2021-03-01Add 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_rootw0rp
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-01Close #2281 - Separate cwd commands from commandsw0rp
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-28Add 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-21Add 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-18Added ocamllsp (#3595)Risto Stevcev
* Added ocamllsp * Update ordering in docs to be alphabetical * Updated expected result in test
2021-02-18add 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-14Allow 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 defaultw0rp
2021-02-06Merge pull request #3571 from rfwatson/gopls-add-init-optionsHoracio Sanson
gopls: add go_gopls_init_options
2021-02-05Merge pull request #3576 from cyyever/fish_indentHoracio Sanson
Fish indent
2021-02-03gopls: add go_gopls_init_optionsRob Watson
2021-01-31#3527 - Clarify that popup menus should only be used in GUI Vimw0rp
2021-01-31Add linter for haskell-language-serveryen3
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-30Fix 3371 - Add terraform-ls supportHoracio Sanson
2021-01-27Remove last traces of Travis CIw0rp
* 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-27Merge pull request #3425 from pinicarus/custom-dialyzer-optionsHoracio Sanson
Custom erlang/dialyzer options
2021-01-26Feature: 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-23refactor(erlang/dialyzer): remove file placeholder from optionsPierre-Nicolas Clauss
Signed-off-by: Pierre-Nicolas Clauss <pinicarus@protonmail.com>
2021-01-23Merge remote-tracking branch 'upstream/master'Pierre-Nicolas Clauss
Signed-off-by: Pierre-Nicolas Clauss <pinicarus@protonmail.com>
2021-01-23Merge pull request #3556 from jD91mZM2/rnixHoracio Sanson
Add rnix-lsp for Nix diagnostics and completion
2021-01-23Add rnix-lsp for Nix diagnostics and completionjD91mZM2
2021-01-23Merge pull request #3424 from maxice8/atoolsHoracio Sanson
Add support for Alpine Linux APKBUILD
2021-01-23add spectral support for jsontatsuya
2021-01-23add spectral linter for yamltatsuya
ci
2021-01-23Merge pull request #3533 from motato1/masterHoracio Sanson
Deno support for LSP and fixer
2021-01-23doc: Fix linter issuesMohammed Chelouti
2021-01-22doc: Add documentation for DenoMohammed Chelouti
2021-01-22Add document for apkbuild filetypeLeo
2021-01-22Document new default linters for apkbuildLeo
2021-01-22document support for apkbuild-lint and secfixes-check for apkbuildLeo
2021-01-22Merge remote-tracking branch 'upstream/master'Bartek thindil Jasicki
2021-01-22Fix typosNelson Yeung
2021-01-22Fix linting errorsNelson Yeung
2021-01-22Add dart analysis_server docNelson Yeung
2021-01-23Merge pull request #3519 from atsuya/feature/support-vala-lintHoracio Sanson
Add support for Vala-Lint
2021-01-22xo: update docsCharles B Johnson
2021-01-23update doc with snake cased linter nameAtsuya Takagi
2021-01-23document the variables can be set for the linterAtsuya Takagi
2021-01-23add Vala-Lint as supported linterAtsuya Takagi
2021-01-23add documentation for vala-lintAtsuya Takagi