Age | Commit message (Expand) | Author |
2017-05-31 | Fix #537 - Add support for balloons | w0rp |
2017-05-31 | Fix #557 - Detect C project roots and include root directories with headers, ... | w0rp |
2017-05-31 | Include span label in rust lints (#601) | Jon Gjengset |
2017-05-31 | Fix #596 - Report exceptions thrown by flake8 | w0rp |
2017-05-31 | Include location list end column for rust lint (#602) | Jon Gjengset |
2017-05-31 | Fix #604 - Support highlights spanning many lines | w0rp |
2017-05-31 | #604 Add a function for creating positions needed for supporting highlights a... | w0rp |
2017-05-31 | #604 Change match_id to match_id_list, for future highlights spanning more th... | w0rp |
2017-05-31 | Run the temporary file management test synchronously, so it will fail less | w0rp |
2017-05-30 | #591 Store buffer variables when fixing filess, and read them back in ale#Var | w0rp |
2017-05-30 | #591 Support fixing files on save | w0rp |
2017-05-28 | Ember-template-lint handler: properly handle template parsing errors. | Adrian Zalewski |
2017-05-27 | Fix ALEInfo and some test issues | w0rp |
2017-05-27 | Fix #500 - Support defining aliases for linter names | w0rp |
2017-05-27 | Fix file name checking in rust handler (#581) | Agata Naomichi |
2017-05-26 | Fix #577 Add an option preventing linting of large files | w0rp |
2017-05-26 | Fix #316 - Add tests to check the code used for autocmd events. The functions... | w0rp |
2017-05-26 | Fix #371 Allow ALE to be disabled in different buffers | w0rp |
2017-05-26 | #371 Allow buffer variables to be set based on patterns | w0rp |
2017-05-26 | #576 Run the eslint.js file created by React with node on Windows | w0rp |
2017-05-26 | Fix #549 - escape strings more appropriately for use with cmd /c | w0rp |
2017-05-25 | Automatically use eslint_d for eslint, when available | w0rp |
2017-05-25 | Simplify the sandbox check, to save on execution time | w0rp |
2017-05-24 | Translate pylint output column to 1-based index | Nozomu Okuda |
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 |