summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-15Fix #553 - Filter out errors from other files for gometalinterw0rp
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
2017-05-07Support `python -m flake8` for users who are running flake8 that wayw0rp
2017-05-07Escape JavaScript executables in commandsw0rp
2017-05-07#335 Detect flake8 in vritualenv, and escape the executable pathw0rp
2017-05-07Remove a comment we don't need any morew0rp
2017-05-07Update the example GIF so it looks a bit nicerw0rp
2017-05-06Sleep to fix Travis buildsw0rp
2017-05-06Fix #363 - Detect virtualenv executables and fix import paths for mypy. Use ↵w0rp
lint_file for mypy
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
2017-05-06Fix #534 - Stop other higlights being restored when buffers are hidden and ↵w0rp
shown again
2017-05-06#532 Rename a Vint variable so it's more obviousw0rp
2017-05-06Make the gobuild tests work better when running them directlyw0rp
2017-05-06go build: skip not current buffer (#531)Alexandr
* go build: skip not current buffer * fix gobuild_handler.vader
2017-05-05Add a has() wrapper we can override for tests, and add a function for ↵w0rp
generating paths up to the root directory to search through
2017-05-05Try and make the sign tests pass more oftenw0rp
2017-05-05Allow the Brakeman tests to be run directlyw0rp
2017-05-05[RFC] Add Brakeman for Ruby on Rails (references #385) (#509)Eddie Lebow
* Add brakeman for Ruby on Rails
2017-05-04#427 Implement b:ale_warn_about_trailing_whitespacew0rp
2017-05-04#502 Parse more undefined symbol errorsw0rp
2017-05-04Fix #502 - Report undefined symbol errors better for javacw0rp
2017-05-04Fix #501 - Do not run javac when it is just a stub asking you to install ↵w0rp
Java on Mac OSX
2017-05-03Fix #530 - Fix LaTeX and TeX duplicate entries in documentationw0rp
2017-05-03Fix #528 remove and restore highlights when buffers are hidden and shownw0rp
2017-05-03Merge pull request #524 from adriaanzon/fix-defaulting-to-fishw0rp
shell: Don't default to fish
2017-05-03Document that ale_sh_shell_default_shell won't default to fishAdriaan Zonnenberg
2017-05-02Fix #410 - Use compile_commands.json files for clang-tidy, and check files ↵w0rp
on disk instead
2017-05-02#392 - Detect and use compile_commands.json for cppcheckw0rp
2017-05-02Add kotlinc checker for kotlin (#526)Francis Agyapong
* Add kotlinc checker for kotlin