summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-16Only temporarily replace TMPDIR if it's defined to be an empty stringw0rp
2018-07-15Stop the no loclist clearing test from failing in NeoVim 0.3w0rp
2018-07-15unlet $TMPDIR too, where we canw0rp
2018-07-15Re-run history tests, which can fail randomlyw0rp
2018-07-15Fix #1687 - Parse highlights when verbose > 0w0rp
2018-07-15Update the Python documentationw0rp
2018-07-15Merge pull request #1724 from randrej/masterw0rp
Pipenv virtualenv and project path detection
2018-07-15Add kotlin language server support (#1725)MTDL9
* Add kotlin languageserver linter definition * Added kotlin languageserver references in docs, fix missing !! on other linters * Added Vader tests for root path detection in Kotlin Language Server
2018-07-15Massively reduce the amount of code needed for linter testsw0rp
2018-07-14Detect Python proj. roots by PipfileAndrej Radovic
"Pipfile" and "Pipfile.lock" files are also often located in Python module or package directories and their presence is an okay heuristic for finding project roots.
2018-07-14Added the default local virtualenv name for Pipenv.Andrej Radovic
Pipenv doesn't do local virtualenvs by default, it uses a special local directory to store them all. However, if you run Pipenv with the PIPENV_VENV_IN_PROJECT environment variable set to 1, it creates the virtual environment in the root of the project, under the name ".venv". This is why I've added this as a possible virtualenv dir name.
2018-07-13Retry the smoke test on Windows toow0rp
2018-07-13Handle linter callback functions being unknown or deletedw0rp
2018-07-13Merge pull request #1720 from MTDL9/fix-error-response-string-dataw0rp
Fix E712 error in ale#lsp#response#GetErrorMessage when receiving string primitives in the error.data field
2018-07-13Support strings in data field of error responsesMTDL9
2018-07-12Try to start the NeoVim 0.3 tests more timesw0rp
2018-07-12Fix #1716 - Replace tempdir() with a wrapper to preserve TMPDIRw0rp
2018-07-12Remove an unused variablew0rp
2018-07-11Try the smoke test a few times over in NeoVim 0.3, which fails randomlyw0rp
2018-07-11Update the sandbox test now that functions can be defined in the sandboxw0rp
2018-07-07Merge pull request #1697 from ananace/add-puppet-languageserverw0rp
puppet: Add puppet-languageserver linter
2018-07-06Add an AssertLinter command for testsw0rp
2018-07-06Fix tests on Windowsw0rp
2018-07-06Merge pull request #1703 from jamestthompson3/masterw0rp
Add flow-language-server
2018-07-06Add flow-language-serverjamestthompson3
2018-07-06Remove an outdated note from the documentationw0rp
2018-07-06Fix tests on Windowsw0rp
2018-07-06Fix the broken testsw0rp
2018-07-05Fix command formatting for LSP lintersw0rp
2018-07-05Support formatting escaped executable names into commands with %ew0rp
2018-07-05Clean up root detection for puppet languageserverAlexander Olofsson
2018-07-05Start of vader tests for puppet root detectionAlexander Olofsson
2018-07-05Merge pull request #1699 from ananace/add-vue-vlsw0rp
vue: Add the Vue 'vls' Language Server (#1296)
2018-07-05vue: Add the vls language server linterAlexander Olofsson
2018-07-05Merge pull request #1698 from dsifford/dsifford-isort-optionsw0rp
add options variable to isort
2018-07-05Fix the doctag alignmentw0rp
2018-07-04address code review issuesDerek P Sifford
2018-07-05Optimise ale#Set slightlyw0rp
2018-07-04Optimise ale#Var a littlew0rp
2018-07-04add options variable to isortDerek P Sifford
2018-07-04puppet: Add puppet-languageserver linterAlexander Olofsson
2018-07-04Make the language option for LSP linters optionalw0rp
2018-07-04Fix how Docker images are pulled for developersw0rp
2018-07-04Close #1690 - Respect the preview setting for completeoptw0rp
2018-07-04Remove deprecated code for the 2.0 releasev2.0.0w0rp
2018-07-03#1524 Avoid loading cursor code until engine code has been loadedw0rp
2018-07-03Automatically retry running Vader tests so Travis CI will fail lessw0rp
2018-07-03Revert "Add a failing test to test re-running tests in AppVeyor"w0rp
This reverts commit 1565859eaed03f8cbec575feacfde6d353eac982.
2018-07-03Add a failing test to test re-running tests in AppVeyorw0rp
2018-07-03Re-run Windows tests when they fail at least oncew0rp