Age | Commit message (Expand) | Author |
2017-05-12 | Run all tests in NeoVim, improve the test script, and make all tests pass for... | w0rp |
2017-05-12 | Remove a dependency on eslint, ready for the new Docker image | w0rp |
2017-05-11 | Remove the tests which run C compilers. They are too expensive and difficult ... | w0rp |
2017-05-09 | Merge pull request #533 from pbogut/add_php7_compatibility | Adriaan Zonnenberg |
2017-05-08 | #540 Fix shell escaping pretty much everywhere | w0rp |
2017-05-08 | #517 - Implement LSP chunked message parsing, sending messages to sockets, an... | w0rp |
2017-05-08 | Read errors from stdout only (and make sure they are displayed) | Pawel Bogut |
2017-05-07 | #517 Implement some LSP message handling | w0rp |
2017-05-07 | Fix #539 - Just set our highlights again when buffers are shown after being h... | w0rp |
2017-05-07 | Support `python -m flake8` for users who are running flake8 that way | w0rp |
2017-05-07 | #335 Detect flake8 in vritualenv, and escape the executable path | w0rp |
2017-05-06 | Sleep to fix Travis builds | w0rp |
2017-05-06 | Fix #363 - Detect virtualenv executables and fix import paths for mypy. Use l... | w0rp |
2017-05-06 | Make the nimcheck tests more reliable | w0rp |
2017-05-06 | Escape the pylint executable appropriately | w0rp |
2017-05-06 | Fix #208 - Use the file on disk for pylint, and follow import paths | w0rp |
2017-05-06 | #208 Automatically detect pylint in virtualenv directories | w0rp |
2017-05-06 | Fix #534 - Stop other higlights being restored when buffers are hidden and sh... | w0rp |
2017-05-06 | Make the gobuild tests work better when running them directly | w0rp |
2017-05-06 | go build: skip not current buffer (#531) | Alexandr |
2017-05-05 | Add a has() wrapper we can override for tests, and add a function for generat... | w0rp |
2017-05-05 | Try and make the sign tests pass more often | w0rp |
2017-05-05 | Allow the Brakeman tests to be run directly | w0rp |
2017-05-05 | [RFC] Add Brakeman for Ruby on Rails (references #385) (#509) | Eddie Lebow |
2017-05-04 | #502 Parse more undefined symbol errors | w0rp |
2017-05-04 | Fix #502 - Report undefined symbol errors better for javac | w0rp |
2017-05-03 | Fix #528 remove and restore highlights when buffers are hidden and shown | w0rp |
2017-05-02 | Fix #410 - Use compile_commands.json files for clang-tidy, and check files on... | w0rp |
2017-05-02 | #392 - Detect and use compile_commands.json for cppcheck | w0rp |
2017-04-30 | Rename g:ale_linters_sh_* to g:ale_sh_* | Adriaan Zonnenberg |
2017-04-30 | Run the lint_file checks synchronously, so the tests will consistently pass | w0rp |
2017-04-30 | Fix #356 Don't complain about #pragma once in C++ headers | w0rp |
2017-04-29 | Set GCC flags appropriately for older versions | w0rp |
2017-04-29 | Merge pull request #519 from AlexMasterov/feature/lua-luacheck-options | w0rp |
2017-04-29 | Cover the new path functions with some tests | w0rp |
2017-04-29 | Fix #518 Fix handling of spaces in filenames for various linters | w0rp |
2017-04-29 | Add luacheck option to pass in more options | Alex Masterov |
2017-04-27 | #427 Output buffer variables when buffer numbers are strings | w0rp |
2017-04-27 | #427 - Output buffer-local variables with :ALEInfo | w0rp |
2017-04-26 | Fix #506 - Don't set signs for buffers which don't exist | w0rp |
2017-04-25 | #427 Allow linters and aliases to be configured in buffer local variables | w0rp |
2017-04-25 | Fixes #361, fixes #417 Get classpaths from Maven, and automatically detect sr... | w0rp |
2017-04-25 | Add erb linter (#497) | Matthias Günther |
2017-04-24 | Fix #469 - Remove Unicode quotes from GCC errors, which cause issues | w0rp |
2017-04-24 | Break shared handlers up into their own files, and fix stylelint error handling | w0rp |
2017-04-24 | Handle Unix errors with no space after the colon | w0rp |
2017-04-24 | Simplify some code and format some tests better | w0rp |
2017-04-20 | Fix #398 - Report problems with the eslint configuration file | w0rp |
2017-04-20 | Add the Reek checker for Ruby. (#490) | Eddie Lebow |
2017-04-19 | Add rpm spec file linter (rpmlint) (#486) | Jason Tibbitts |