summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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
2018-07-03Use the latest Docker image for testsw0rp
2018-07-03Merge pull request #1691 from dsifford/dsifford-python-pyrew0rp
2018-07-03Enable verbose test output, to figure out why NeoVim 0.3 randomly failsw0rp
2018-07-03Close #830 - Implement LSP connections via TCP socketsw0rp
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-01Delete misplaced issue template filesw0rp
2018-07-01Update issue templatesw0rp
2018-07-01Update issue templatesw0rp
2018-07-01Split the issue template into multiple filesw0rp
2018-07-01Fix a false positive linting issuew0rp
2018-07-01add pyre to table in doc/ale.txtDerek P Sifford
2018-07-01add pyre lsp linter to python lintersDerek P Sifford
2018-07-01Close #1685 - Move developer documentation to a help filew0rp
2018-07-01Fix a typo in the documentationw0rp
2018-07-01Added dartfmt fixer (#1683)Govind KP
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-01Switch back to running everything in one build, which is twice as fastw0rp
2018-07-01Try running tests in parallel againw0rp
2018-07-01Try splitting up the build into separate jobsw0rp
2018-07-01Run Vint and custom checks together with just --linters-onlyw0rp
2018-07-01Revert "Try adding Docker caching for Travis CI"w0rp
2018-07-01Make highlight tests pass more in Neovim 0.3w0rp
2018-07-01Try adding Docker caching for Travis CIw0rp
2018-07-01Fix #1412 - Use --stdin-filename for newer reek versionsw0rp
2018-06-28Move design goals to online documentationw0rp
2018-06-28Disable non-Vader tests when targeting Vader testsw0rp
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-28Try NeoVim 0.2.1, as 0.2.0 is way too sloww0rp
2018-06-28Update Dockerfile to test NeoVim 0.2 and 0.3, with a newer Vint versionw0rp
2018-06-27Rust Cargo linter: Improve workspace support (#1679)Dan Aloni
2018-06-27Merge pull request #1675 from nicopauss/masterw0rp
2018-06-27Merge pull request #1682 from fennerm/fix_prospector_e474w0rp
2018-06-26Fix prospector empty string errorFenner Macrae
2018-06-25Add test_pyrex_cython_command_callback.vaderNicolas Pauss
2018-06-25Merge pull request #1641 from docwhat/pr/add-bash-lspw0rp
2018-06-25Handle cython warning with custom handle and remove '--warning-errors'.Nicolas Pauss
2018-06-25sh: add bash-language-server linterChristian HoĢˆltje
2018-06-25Improve pyrex cython linter.Nicolas Pauss