Age | Commit message (Expand) | Author |
2017-05-22 | Add a fixer for Python for automatically adding blank lines before control st... | w0rp |
2017-05-22 | Remove the test for highlight linking, because it just cannot be tested | w0rp |
2017-05-22 | Fix #572 - Link to whatever SignColumn links to for ALESignColumnWithoutErrors | w0rp |
2017-05-21 | #309 Add an option for changing the sign column color when problems are detected | w0rp |
2017-05-21 | #318 Do not capitalize the first character for cursor messages | w0rp |
2017-05-21 | #149 - Set different highlights for info, style error, and style warning prob... | w0rp |
2017-05-21 | Fix counting of warnings and style warnings | w0rp |
2017-05-21 | #149 - Support info and style problem types for status lines | w0rp |
2017-05-20 | #149 - Support Info, style error, and style warning types for problems for signs | w0rp |
2017-05-20 | Suggest functions for fixing issues for ALEFix | w0rp |
2017-05-20 | Allow b:ale_fixers to be used | w0rp |
2017-05-20 | Allow funcref values and lambdas for ALEFix | w0rp |
2017-05-20 | Run a lint cycle after fixing problems | w0rp |
2017-05-20 | Fix an off-by-one bug in ALEFix | w0rp |
2017-05-20 | Remove the code for checking if functions exist. It breaks autoload functions | w0rp |
2017-05-20 | Allow function aliases to be registered for fixing problems, and add some mor... | w0rp |
2017-05-20 | Send modified lines to jobs, not the file contents | w0rp |
2017-05-20 | Allow strings to be used for selecting a single fix function for g:ale_fixers... | w0rp |
2017-05-20 | Add commands to run ALEFix, and some tests to cover functionality so far. Add... | w0rp |
2017-05-20 | Revert "Fix #556 Remove duplicate error messages from clang++" | w0rp |
2017-05-20 | Revert "#562 Join split JSON lines together for new Rust output" | w0rp |
2017-05-20 | #567 Try and fix NeoVim split line handling | w0rp |
2017-05-20 | Improve performance when using gometalinter (#566) | Sander van Harmelen |
2017-05-18 | Merge pull request #564 from adriaanzon/php-end-columns | w0rp |
2017-05-18 | Add xmllint linter (#559) | q12321q |
2017-05-18 | Merge pull request #561 from meunierd/override-rubocop-executable | w0rp |
2017-05-17 | Add end columns on php linter #538 | Adriaan Zonnenberg |
2017-05-17 | Break up php tests so the output is easier to read | Adriaan Zonnenberg |
2017-05-17 | Escape executable | Devon Meunier |
2017-05-17 | Refactor special command parsing into its own file | w0rp |
2017-05-17 | Fix #556 Remove duplicate error messages from clang++ | w0rp |
2017-05-17 | #562 Join split JSON lines together for new Rust output | w0rp |
2017-05-17 | Merge pull request #546 from dawikur/master | w0rp |
2017-05-16 | #538 Set some end columns for some eslint problems | w0rp |
2017-05-16 | #538 Fix an off-by-one bug with end columns | w0rp |
2017-05-16 | Allow overriding rubocop executable. | Devon Meunier |
2017-05-16 | #538 Suport highlight sizes by looking at end column numbers | w0rp |
2017-05-16 | Add cpplint linter | Dawid Kurek |
2017-05-15 | Fix #555 - Handle csslint errors without groups | w0rp |
2017-05-15 | Clean up linters after running the checkstyle handlers | w0rp |
2017-05-15 | Merge pull request #551 from meunierd/add-checkstyle-linter | w0rp |
2017-05-15 | Fix #553 - Filter out errors from other files for gometalinter | w0rp |
2017-05-15 | Add checkstyle linter | Devon Meunier |
2017-05-15 | Haskell: add ghc-mod linter | wisut hantanong |
2017-05-12 | Refactor jobs into a Vim version agnostic API which can be used for other pur... | w0rp |
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 |