Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-22 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2021-01-20 | Merge pull request #3475 from benknoble/dafny-include-timeouts | Horacio Sanson | |
dafny: add a timeLimit option and message-parsing | |||
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 | Update the Docker image; fix an error | w0rp | |
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 | |||
2021-01-08 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2021-01-06 | Merge pull request #3390 from benknoble/fix-dafny-filename | Horacio Sanson | |
dafny: include correct filename in lint results | |||
2021-01-05 | Merge pull request #3491 from Poulpatine/salt-lint | Horacio Sanson | |
Add salt-lint support | |||
2021-01-04 | fix: proper initialization options call in php intelephense | ttys3 | |
2021-01-01 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2020-12-28 | Merge pull request #3467 from fwy/bugfix-checkstyleRegexpNvimWin32 | Horacio Sanson | |
Fix checkstyle regexp pattern to work correctly in NVim on Windows | |||
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-17 | Add salt-lint support | Benjamin Binier | |
2020-12-16 | Merge pull request #3403 from will/sorbetwatchman | Horacio Sanson | |
Add Ruby sorbet option to enable watchman | |||
2020-12-12 | Fix space error in string concat | Andrea Conti | |
2020-12-12 | Update Julia language server run command | Andrea Conti | |
2020-11-30 | dafny: add a timeLimit option and message-parsing | D. Ben Knoble | |
2020-11-27 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2020-11-26 | Fix regexp pattern to work correctly in nvim and vim on windows and linux | fwy | |
2020-11-23 | refactor: Move test to the right file | Gonzalo Quero | |
2020-11-23 | feat: Add optional configuration file for Credo | 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 | 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 #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 | |||
2020-11-21 | Merge pull request #3282 from zanona/master | w0rp | |
fix(ale_linters/phpcs): add support for multiline error messages | |||
2020-11-20 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2020-11-18 | pass lsp intialization_options to rust-analyzer | Ben Linsay | |
fixes #3350 | |||
2020-11-17 | Look for node packages in .yarn/sdks as well | Nathan Herald | |
2020-11-14 | Support for LSP/tsserver Code Actions (#3437) | Dalius Dobravolskas | |
* Added tsserver and LSP code action support. * tsserver refactors support added. * Handling special case when new text is added after new line symbol. * ale#code_action#ApplyChanges simplified. * Initial attempt on LSP Code Actions. * workspace/executeCommand added. * Some null checks added. * Add last column to LSP Code Action message. * Pass diagnostics to LSP code action. Previously ApplyChanges code was applied from top-to-bottom that required extra parameters to track progress and there was bug. I have changed code to bottom-to-top approach as that does not require those extra parameters and solved the bug. Tested with typescript-language-server and it is working. | |||
2020-10-28 | feat(erlang/erlc): add option for custom executable | pinicarus | |
2020-10-20 | Add Ruby sorbet option to enable watchman | Will Leinweber | |
2020-10-09 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2020-10-08 | dafny: include correct filename in lint results | D. Ben Knoble | |
Results can come from included files, not just the current buffer. | |||
2020-10-02 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2020-09-30 | Add maven helper file; use maven wrapper if available instead of global ↵ | fenuks | |
'mvn' executable | |||
2020-09-26 | fix lint, fix variable semantics and update tests | bratekarate | |
2020-09-26 | bibclean: update matchlist reges for bibclean > v2.11.4 | bratekarate | |
2020-09-25 | fix(ale_linters/phpcs): add support for multiline error messages | Marcus Zanona | |
2020-09-17 | feat: add intelephense support for php | Arnold Chand | |
2020-09-11 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2020-09-09 | Close #2522 - Check pylint on the fly | w0rp | |
Newer versions of pylint will now check your code as you type. Older versions will still only check the file on disk. Co-authored-by: Oliver Wiegers <oliver.wiegers@gmail.com> | |||
2020-09-09 | Merge pull request #3108 from timbedard/vint-add-stdin | w0rp | |
Add stdin option for supported vint versions | |||
2020-09-07 | Merge pull request #3334 from remi6397/bugfix/asciidoc-languagetool-typo | Horacio Sanson | |
Fix asciidoc languagetool integration |