summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-20Close #2516 - Handle problems with inlined functionsw0rp
2019-05-20Fix a test on Windowsw0rp
2019-05-20Close #2359 - Find compile_commands.json in build dirs for cppcheckw0rp
2019-05-20Try to fix the testsw0rp
2019-05-20Fix #2421 - Use compile_commands.json in build dirs to find rootsw0rp
2019-05-20Make a test fail lessw0rp
2019-05-20Fix #2512 - Use -o /dev/null for gcc lintingw0rp
2019-05-20Fix #2515 - Send client capabilities to LSP serversw0rp
2019-05-20Close #1739 - Use deletebufline() for fixing files were availablew0rp
2019-05-19Add support for Erlang dialyzer (#2509)Antoine Gagné
2019-05-17Fix #1317 - Jump to column 1 for problems at column 0w0rp
2019-05-17Fix #1989 - Use ESlint options for fixers toow0rp
2019-05-17Close #2285 - Add a function for use with omnifuncw0rp
2019-05-16Use the updated Docker imagew0rp
2019-05-16Update the Dockerfile with newer Vim versionsw0rp
2019-05-16Fix #2492 - Remove all Deoplete support for noww0rp
2019-05-16Fix #2505 - Remove NeoVim highlight support for noww0rp
2019-05-16#2505 Try to fix NeoVim highlighting out of range errorsw0rp
2019-05-14Close #908 - Report phpcs problems as style problemsw0rp
2019-05-14Close #829 - Close LSP documents when buffers are deletedw0rp
2019-05-13Close #791 - Handle exceptions for puglintw0rp
2019-05-13Merge pull request #2500 from rliang/texlabw0rp
2019-05-13[linter] Add LSP support for LaTeX via texlabrliang
2019-05-13Make phpstan tests fail lessw0rp
2019-05-13Fix #2497 - ALE should not lint on save when disabled after fixingw0rp
2019-05-13Merge pull request #2496 from liskin/sort-localew0rp
2019-05-12Merge pull request #2491 from mpesari/phpstan-autoload-optionw0rp
2019-05-12Add test to verify phpstan autoload parameterMikko Pesari
2019-05-12#2492 - Try to fix a deoplete bug againw0rp
2019-05-12Force sort locale in check-supported-tools-tablesTomas Janousek
2019-05-12Make eslint respect the ale_warn_about_trailing_whitespace settingw0rp
2019-05-12Fix #2490 - Kill other processes when the test script is interruptedw0rp
2019-05-11Support b:ale_completion_enabled for disabling it for some buffersw0rp
2019-05-11Make it less likely people will do the wrong thingw0rp
2019-05-11#2492 - Try to fix a bug with ALE's deoplete sourcew0rp
2019-05-10Add phpstan autoload optionMikko Pesari
2019-05-10#2403 - Make ale_disable_lsp apply consistently, and document it betterw0rp
2019-05-09Add option to show msg id when pylint is used (#2445)Katsuya Horiuchi
2019-05-09#2481 - Use text to insert from insertTextw0rp
2019-05-09Merge pull request #2486 from Sh3Rm4n/doc-typo-fixw0rp
2019-05-09Fix typos in documentationSh3Rm4n
2019-05-08Merge pull request #2134 from oaue/masterw0rp
2019-05-08Merge pull request #2479 from hsanson/288-fix-eclipse-jar-path-docsw0rp
2019-05-08Improve eclipselsp jar search logic.Horacio Sanson
2019-05-08Fix eclipselsp path documentation.Horacio Sanson
2019-05-07Escape phpstan arguments, and update documentationw0rp
2019-05-07Add fixer for OCaml ocp-indent (#2436)Kanenobu Mitsuru
2019-05-07Merge pull request #2475 from andreypopp/andreypopp/fix-nvim-hlw0rp
2019-05-05Fix off by one error line highlight w/ nvim apiAndrey Popp
2019-05-02Add XO as a linter/fixer for TypeScript files (#2453)Alvin Chan