summaryrefslogtreecommitdiff
path: root/ale_linters
AgeCommit message (Collapse)Author
2021-01-22Merge remote-tracking branch 'upstream/master'Bartek thindil Jasicki
2021-01-20Merge pull request #3475 from benknoble/dafny-include-timeoutsHoracio Sanson
dafny: add a timeLimit option and message-parsing
2021-01-20Merge pull request #3453 from blinsay/blinsay/rust-analyzer-lspHoracio Sanson
pass lsp intialization_options to rust-analyzer
2021-01-20Merge pull request #3455 from Thau/feat/credo_config_fileHoracio Sanson
feat: Adds variable to use custom config file with Elixir Credo
2021-01-16Merge pull request #3485 from andreaconti/masterHoracio Sanson
Fix Julia Language Server Support
2021-01-15Merge remote-tracking branch 'upstream/master'Bartek thindil Jasicki
2021-01-14Update the Docker image; fix an errorw0rp
2021-01-13Merge pull request #3494 from YorickPeterse/masterHoracio Sanson
Add linter for Inko
2021-01-13Merge pull request #3531 from pinicarus/custom-erlc-executableHoracio Sanson
Custom erlc executable
2021-01-08Merge remote-tracking branch 'upstream/master'Bartek thindil Jasicki
2021-01-06Merge pull request #3390 from benknoble/fix-dafny-filenameHoracio Sanson
dafny: include correct filename in lint results
2021-01-05Merge pull request #3491 from Poulpatine/salt-lintHoracio Sanson
Add salt-lint support
2021-01-04fix: proper initialization options call in php intelephensettys3
2021-01-01Merge remote-tracking branch 'upstream/master'Bartek thindil Jasicki
2020-12-28Merge pull request #3467 from fwy/bugfix-checkstyleRegexpNvimWin32Horacio Sanson
Fix checkstyle regexp pattern to work correctly in NVim on Windows
2020-12-23Add linter for InkoYorick 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-18Merge remote-tracking branch 'upstream/master'Bartek thindil Jasicki
2020-12-17Add salt-lint supportBenjamin Binier
2020-12-16Merge pull request #3403 from will/sorbetwatchmanHoracio Sanson
Add Ruby sorbet option to enable watchman
2020-12-12Fix space error in string concatAndrea Conti
2020-12-12Update Julia language server run commandAndrea Conti
2020-11-30dafny: add a timeLimit option and message-parsingD. Ben Knoble
2020-11-27Merge remote-tracking branch 'upstream/master'Bartek thindil Jasicki
2020-11-26Fix regexp pattern to work correctly in nvim and vim on windows and linuxfwy
2020-11-23refactor: Move test to the right fileGonzalo Quero
2020-11-23feat: Add optional configuration file for CredoGonzalo Quero
2020-11-21Use _config for LSP config optionsw0rp
2020-11-21Add support for R languageserver (#3370)Eric Zhao
2020-11-21Adds support for Tlint - A Tighten Opinionated PHP Linter (#3291)Jose Soto
Co-authored-by: w0rp <w0rp@users.noreply.github.com>
2020-11-21Merge pull request #3357 from creativenull/feat-php-intelephensew0rp
feat: add intelephense support for php
2020-11-21Merge pull request #3292 from dmitrivereshchagin/add-elvis-handler-for-erlangw0rp
Add Elvis handler for Erlang
2020-11-21Merge pull request #3282 from zanona/masterw0rp
fix(ale_linters/phpcs): add support for multiline error messages
2020-11-20Merge remote-tracking branch 'upstream/master'Bartek thindil Jasicki
2020-11-18pass lsp intialization_options to rust-analyzerBen Linsay
fixes #3350
2020-11-17Look for node packages in .yarn/sdks as wellNathan Herald
2020-11-14Support 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-28feat(erlang/erlc): add option for custom executablepinicarus
2020-10-20Add Ruby sorbet option to enable watchmanWill Leinweber
2020-10-09Merge remote-tracking branch 'upstream/master'Bartek thindil Jasicki
2020-10-08dafny: include correct filename in lint resultsD. Ben Knoble
Results can come from included files, not just the current buffer.
2020-10-02Merge remote-tracking branch 'upstream/master'Bartek thindil Jasicki
2020-09-30Add maven helper file; use maven wrapper if available instead of global ↵fenuks
'mvn' executable
2020-09-26fix lint, fix variable semantics and update testsbratekarate
2020-09-26bibclean: update matchlist reges for bibclean > v2.11.4bratekarate
2020-09-25fix(ale_linters/phpcs): add support for multiline error messagesMarcus Zanona
2020-09-17feat: add intelephense support for phpArnold Chand
2020-09-11Merge remote-tracking branch 'upstream/master'Bartek thindil Jasicki
2020-09-09Close #2522 - Check pylint on the flyw0rp
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-09Merge pull request #3108 from timbedard/vint-add-stdinw0rp
Add stdin option for supported vint versions
2020-09-07Merge pull request #3334 from remi6397/bugfix/asciidoc-languagetool-typoHoracio Sanson
Fix asciidoc languagetool integration