summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2018-07-15Stop the no loclist clearing test from failing in NeoVim 0.3w0rp
2018-07-15Re-run history tests, which can fail randomlyw0rp
2018-07-15Fix #1687 - Parse highlights when verbose > 0w0rp
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-13Retry the smoke test on Windows toow0rp
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-11Try the smoke test a few times over in NeoVim 0.3, which fails randomlyw0rp
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-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-05Start of vader tests for puppet root detectionAlexander Olofsson
2018-07-05Merge pull request #1698 from dsifford/dsifford-isort-optionsw0rp
add options variable to isort
2018-07-04address code review issuesDerek P Sifford
2018-07-04Optimise ale#Var a littlew0rp
2018-07-04Make the language option for LSP linters optionalw0rp
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-03Merge pull request #1691 from dsifford/dsifford-python-pyrew0rp
add pyre lsp linter to python linters
2018-07-03#830 Make the LSP socket code so far use the new socket APIw0rp
2018-07-02#830 Implement a socket wrapper API for use with LSP connectionsw0rp
2018-07-02add dummy pyre binary and executableDerek P Sifford
2018-07-02add command_callback testDerek P Sifford
2018-07-01Added dartfmt fixer (#1683)Govind KP
* Added dartfmt to Fixers * Added dartfmt specific documentation
2018-07-01Respect ale_warn_about_trailing_whitespace for yamllintw0rp
2018-07-01Capture error codes for yamlllintw0rp
2018-07-01Add tests for the yamllint handlerw0rp
2018-07-01Make highlight tests pass more in Neovim 0.3w0rp
2018-07-01Fix #1412 - Use --stdin-filename for newer reek versionsw0rp
2018-06-28Make a test which can fail randomly synchronous insteadw0rp
2018-06-28Get tests running and passing with NeoVim 0.2 and 0.3w0rp
2018-06-27Rust Cargo linter: Improve workspace support (#1679)Dan Aloni
* Rust Cargo linter: Improve workspace support When using Cargo workspaces [1], there is a 'Cargo.toml' directory in a top level directory, listing all the crates in the project. If we are currently editing one of the crates, 'cargo build' should execute in that directory for that crate's separate `Cargo.toml`, otherwise Cargo may spend more time possibly rebuilding the entire workspace, and maybe failing on one of the other crates, instead of succeeding on the current. [1] https://doc.rust-lang.org/book/second-edition/ch14-03-cargo-workspaces.html
2018-06-27Merge pull request #1675 from nicopauss/masterw0rp
Improve pyrex cython linter.
2018-06-27Merge pull request #1682 from fennerm/fix_prospector_e474w0rp
Fix prospector empty string error
2018-06-26Fix prospector empty string errorFenner Macrae
Prospector linter is raising error when no warnings are present in file (#1680). Copied fix from #779.
2018-06-25Add test_pyrex_cython_command_callback.vaderNicolas Pauss
Add common callback tests to check if executable and options are well configurable.
2018-06-25Handle cython warning with custom handle and remove '--warning-errors'.Nicolas Pauss
Add a custom handler to support cython warning format. Remove '--warning-errors' to keep previous behaviour.
2018-06-24Close #1453 #1172 - Add ale_linters_ignore for ignoring linter resultsw0rp
2018-06-23Add fixer tidy for HTMLAbin Simon
Add tests for tidy HTML fixer
2018-06-21Fix #1661 - Do not use :edit when jumping inside of a filew0rp