Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-23 | Fix 3537 - remove -T argument from ruby linter (#3538) | Horacio Sanson | |
Co-authored-by: Horacio Sanson <horacio@allm.inc> | |||
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 | Make markdown vale linter command configurable with options (#3594) | David Balatero | |
* Make vale command user-configurable * Add test for vale options * Typo in test Co-authored-by: David Balatero <dbalatero@stripe.com> | |||
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-11 | mypy: Pass user options before any others (#3582) | Daniel Leong | |
This enables us to use a custom `python` exe as the "mypy" executable and pass `-m mypy` in `mypy_options` | |||
2021-02-11 | Verilator current file search path (#3500) | Tarik Graba | |
* Simplify verilator linter using ale command format strings * Verilator Linter: Restructure linter command tests * Verilator Linter: adds to the handler test the returned filename * Verilator Linter: add the current file path to the search path * Verilator Linter: Add the search path to the tests Co-authored-by: TG <tarik.graba@telecom-paris.fr> | |||
2021-02-06 | Fix #3579 - Escape cppcheck arguments for Windowsv3.1.0 | w0rp | |
2021-02-06 | Merge pull request #3571 from rfwatson/gopls-add-init-options | Horacio Sanson | |
gopls: add go_gopls_init_options | |||
2021-02-06 | Merge pull request #3568 from jD91mZM2/jq | Horacio Sanson | |
Add jq linter for JSON diagnostics | |||
2021-02-03 | gopls: add go_gopls_init_options | Rob Watson | |
2021-02-02 | Add command callback test | jD91mZM2 | |
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 2726 - fix terraform linter. | Horacio Sanson | |
Instead of using `terraform fmt` for linting use `terraform validate` with json output. | |||
2021-01-30 | Fix 3371 - Add terraform-ls support | Horacio Sanson | |
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 | 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 | Merge pull request #2825 from thindil/master | Horacio Sanson | |
Added support for Ada Language Server | |||
2021-01-22 | doc: Add documentation for Deno | Mohammed Chelouti | |
2021-01-22 | feat: Add Deno lsp support | Mohammed Chelouti | |
2021-01-23 | Merge pull request #3551 from fenuks/bugfix-3506 | Horacio Sanson | |
Fix clang-tidy ignoring compile-commands.json | |||
2021-01-22 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2021-01-22 | Add command callback tests | Nelson Yeung | |
2021-01-22 | linters/xo: fix tests | Charles B Johnson | |
2021-01-22 | linters/xo: consolidate xo linters | Charles B Johnson | |
2021-01-22 | Fix clang-tidy ignoring compile_commands.json | fenuks | |
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 #3453 from blinsay/blinsay/rust-analyzer-lsp | Horacio Sanson | |
pass lsp intialization_options to rust-analyzer | |||
2021-01-20 | Merge pull request #3455 from Thau/feat/credo_config_file | Horacio Sanson | |
feat: Adds variable to use custom config file with Elixir Credo | |||
2021-01-16 | Merge pull request #3485 from andreaconti/master | Horacio Sanson | |
Fix Julia Language Server Support | |||
2021-01-15 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2021-01-14 | Add nvim floating window support (replaces #3314) (#3470) | Kevin Clark | |
* Add nvim floating window hover support * Add configuration for float to replace preview * preview#ShowFloating: qualify local variables * Configure floating preview usecases individually Also: * Extract floating preview to its own file. * Ignore 'stay_here' option. Moving into the floating preview window seems confusing at best. * Re-use existing floating preview window if it's still up. * Flush out floating preview documentation. * Watch cursor position changes per window Floating previews open a new window, so when that window is written to, it moves briefly there at a different position than the original window. This makes repeated positions detected when positions are tracked at a s: level. Instead, we change the variable to window scoped, which only fires a message if the cursor has changed from the last position in *that window*. * g:ale_floating_preview cleanup * floating_preview: add ALEDetail tests * Fix fecs test missing runtime call * Add ALEHover floating preview tests Co-authored-by: Jan-Grimo Sobez <jan-grimo.sobez@phys.chem.ethz.ch> | |||
2021-01-13 | Merge pull request #3494 from YorickPeterse/master | Horacio Sanson | |
Add linter for Inko | |||
2021-01-13 | Merge pull request #3531 from pinicarus/custom-erlc-executable | Horacio Sanson | |
Custom erlc executable | |||
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-18 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2020-12-16 | Merge pull request #3403 from will/sorbetwatchman | Horacio Sanson | |
Add Ruby sorbet option to enable watchman | |||
2020-12-12 | Fix test space bug | Andrea Conti | |
2020-12-12 | Update Julia language server run command | Andrea Conti | |
2020-11-27 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2020-11-25 | feat: add yamlfix fixer | Lyz | |
2020-11-23 | refactor: Move test to the right file | Gonzalo Quero | |
2020-11-21 | Use _config for LSP config options | w0rp | |
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 | Merge pull request #3357 from creativenull/feat-php-intelephense | w0rp | |
feat: add intelephense support for php | |||
2020-11-21 | Merge pull request #3292 from dmitrivereshchagin/add-elvis-handler-for-erlang | w0rp | |
Add Elvis handler for Erlang |