summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-05-20Run a lint cycle after fixing problemsw0rp
2017-05-20Fix an off-by-one bug in ALEFixw0rp
2017-05-20Remove the code for checking if functions exist. It breaks autoload functionsw0rp
2017-05-20Allow function aliases to be registered for fixing problems, and add some mor...w0rp
2017-05-20Send modified lines to jobs, not the file contentsw0rp
2017-05-20Allow strings to be used for selecting a single fix function for g:ale_fixers...w0rp
2017-05-20Add commands to run ALEFix, and some tests to cover functionality so far. Add...w0rp
2017-05-20Revert "Fix #556 Remove duplicate error messages from clang++"w0rp
2017-05-20Revert "#562 Join split JSON lines together for new Rust output"w0rp
2017-05-20#567 Try and fix NeoVim split line handlingw0rp
2017-05-20Improve performance when using gometalinter (#566)Sander van Harmelen
2017-05-18Merge pull request #564 from adriaanzon/php-end-columnsw0rp
2017-05-18Add xmllint linter (#559)q12321q
2017-05-18Merge pull request #561 from meunierd/override-rubocop-executablew0rp
2017-05-17Add end columns on php linter #538Adriaan Zonnenberg
2017-05-17Break up php tests so the output is easier to readAdriaan Zonnenberg
2017-05-17Escape executableDevon Meunier
2017-05-17Refactor special command parsing into its own filew0rp
2017-05-17Fix #556 Remove duplicate error messages from clang++w0rp
2017-05-17#562 Join split JSON lines together for new Rust outputw0rp
2017-05-17Merge pull request #546 from dawikur/masterw0rp
2017-05-16#538 Set some end columns for some eslint problemsw0rp
2017-05-16#538 Fix an off-by-one bug with end columnsw0rp
2017-05-16Allow overriding rubocop executable.Devon Meunier
2017-05-16#538 Suport highlight sizes by looking at end column numbersw0rp
2017-05-16Add cpplint linterDawid Kurek
2017-05-15Fix #555 - Handle csslint errors without groupsw0rp
2017-05-15Clean up linters after running the checkstyle handlersw0rp
2017-05-15Merge pull request #551 from meunierd/add-checkstyle-linterw0rp
2017-05-15Fix #553 - Filter out errors from other files for gometalinterw0rp
2017-05-15Add checkstyle linterDevon Meunier
2017-05-15Haskell: add ghc-mod linterwisut hantanong
2017-05-12Refactor jobs into a Vim version agnostic API which can be used for other pur...w0rp
2017-05-12Run all tests in NeoVim, improve the test script, and make all tests pass for...w0rp
2017-05-12Remove a dependency on eslint, ready for the new Docker imagew0rp
2017-05-11Remove the tests which run C compilers. They are too expensive and difficult ...w0rp
2017-05-09Merge pull request #533 from pbogut/add_php7_compatibilityAdriaan Zonnenberg
2017-05-08#540 Fix shell escaping pretty much everywherew0rp
2017-05-08#517 - Implement LSP chunked message parsing, sending messages to sockets, an...w0rp
2017-05-08Read errors from stdout only (and make sure they are displayed)Pawel Bogut
2017-05-07#517 Implement some LSP message handlingw0rp
2017-05-07Fix #539 - Just set our highlights again when buffers are shown after being h...w0rp
2017-05-07Support `python -m flake8` for users who are running flake8 that wayw0rp
2017-05-07#335 Detect flake8 in vritualenv, and escape the executable pathw0rp
2017-05-06Sleep to fix Travis buildsw0rp
2017-05-06Fix #363 - Detect virtualenv executables and fix import paths for mypy. Use l...w0rp
2017-05-06Make the nimcheck tests more reliablew0rp
2017-05-06Escape the pylint executable appropriatelyw0rp
2017-05-06Fix #208 - Use the file on disk for pylint, and follow import pathsw0rp
2017-05-06#208 Automatically detect pylint in virtualenv directoriesw0rp