summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-20Merge pull request #568 from Qusic/masterw0rp
Add clang for objc and objcpp
2017-05-20#563 Use a configurable list of directories for detecting virtualenv paths ↵w0rp
instead.
2017-05-20Revert "Fix #556 Remove duplicate error messages from clang++"w0rp
This reverts commit 164c4efb323f77e27942a824bd84fae91eb16db4.
2017-05-20Revert "#562 Join split JSON lines together for new Rust output"w0rp
This reverts commit 5790df12722a31e913750fad955f2a4f0ed76269.
2017-05-20#567 Try and fix NeoVim split line handlingw0rp
2017-05-20Improve performance when using gometalinter (#566)Sander van Harmelen
* Improve performance when using gometalinter Before this change when I opened a big project that had 6000+ warnings/errors it took ages to get the actual warnings/errors and it caused my CPU to be busy for quite some time. The call to gometalinter alone took about 24 seconds, but after that vim was struggling as well. After this change the gometalinter call just takes 2 seconds and nothing noticable happens with the CPU and/or vim. * Removed obsolete test This logic is no longer done by the `ale` plugin, but by `gometalinter` itself.
2017-05-20add clang for objc and objcppQusic
2017-05-18Merge pull request #564 from adriaanzon/php-end-columnsw0rp
Add end columns on php linter
2017-05-18Add xmllint linter (#559)q12321q
* Add xmllint linter for xml
2017-05-18Add a check to make tests fail lessw0rp
2017-05-18Clean up the rubocop file a littlew0rp
2017-05-18Merge pull request #561 from meunierd/override-rubocop-executablew0rp
Allow overriding rubocop executable.
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
Add cpplint linter
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-16Fix some problems with LSP functionsw0rp
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-15Nag people more to include more logging for error reportsw0rp
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
Add checkstyle linter
2017-05-15Fix #553 - Filter out errors from other files for gometalinterw0rp
2017-05-15Add checkstyle linterDevon Meunier
2017-05-15Complain when shellescape is used instead of ale#Escapew0rp
2017-05-15Merge pull request #496 from wizzup/haskell-ghc-modw0rp
Haskell: new ghc-mod linter
2017-05-15Haskell: add ghc-mod linterwisut hantanong
2017-05-13Add some functions for sending LSP commands to a process, and automatically ↵w0rp
starting that process
2017-05-12Automatically remove jobs from the internal map after they are donew0rp
2017-05-12Refactor jobs into a Vim version agnostic API which can be used for other ↵w0rp
purposes
2017-05-12Run all tests in NeoVim, improve the test script, and make all tests pass ↵w0rp
for NeoVim
2017-05-12#549 Temporarily revert shell escaping changes, just for Windowsw0rp
2017-05-12Remove a dependency on eslint, ready for the new Docker imagew0rp
2017-05-11Update the Dockerfile for experimenting with NeoVim testingw0rp
2017-05-11Remove the tests which run C compilers. They are too expensive and difficult ↵w0rp
to maintain
2017-05-09Merge pull request #533 from pbogut/add_php7_compatibilityAdriaan Zonnenberg
Add PHP 7 compatibility
2017-05-08#540 Fix shell escaping pretty much everywherew0rp
2017-05-08#517 - Implement LSP chunked message parsing, sending messages to sockets, ↵w0rp
and callbacks
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-07Do not copy the items for setting highlights, as we do need to modify the ↵v1.3.0w0rp
items in ale_buffer_info
2017-05-07Fix #539 - Just set our highlights again when buffers are shown after being ↵w0rp
hidden
2017-05-07#427 Document that the trailing whitespace option can be set differently in ↵w0rp
each buffer