summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-06-07Move all functions for fixing things to autoload/ale/fixers, and only accept ...w0rp
2017-06-07Fix the stylelint tests to match the changes to the handlerw0rp
2017-06-06Allow ALEFix functions to be defined with only the buffer argumentw0rp
2017-06-06Add a function for computing the number of arguments for a functionw0rp
2017-06-06Fix #625 Ignore Perl errors from other filesw0rp
2017-06-06#482 - Fix Flow handling with relative pathsw0rp
2017-06-06Make the test for the history more reliablew0rp
2017-06-06Use BufWinEnter for g:ale_lint_on_enter insteadw0rp
2017-06-06Fix a testw0rp
2017-06-05Do not check files on insert leavew0rp
2017-06-03Add :ALEFirst and :ALELast commands (#616)Drew Neil
2017-06-02#574 Do not restore items with no columns for highlights from hidden buffersw0rp
2017-06-01Fix #499 Set an explicit height for the quickfix list, and make the height co...w0rp
2017-05-31Set qflist/loclist window title properly ... (#588)cs86661
2017-05-31Fix #537 - Add support for balloonsw0rp
2017-05-31Fix #557 - Detect C project roots and include root directories with headers, ...w0rp
2017-05-31Include span label in rust lints (#601)Jon Gjengset
2017-05-31Fix #596 - Report exceptions thrown by flake8w0rp
2017-05-31Include location list end column for rust lint (#602)Jon Gjengset
2017-05-31Fix #604 - Support highlights spanning many linesw0rp
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-31Run the temporary file management test synchronously, so it will fail lessw0rp
2017-05-30#591 Store buffer variables when fixing filess, and read them back in ale#Varw0rp
2017-05-30#591 Support fixing files on savew0rp
2017-05-28Ember-template-lint handler: properly handle template parsing errors.Adrian Zalewski
2017-05-27Fix ALEInfo and some test issuesw0rp
2017-05-27Fix #500 - Support defining aliases for linter namesw0rp
2017-05-27Fix file name checking in rust handler (#581)Agata Naomichi
2017-05-26Fix #577 Add an option preventing linting of large filesw0rp
2017-05-26Fix #316 - Add tests to check the code used for autocmd events. The functions...w0rp
2017-05-26Fix #371 Allow ALE to be disabled in different buffersw0rp
2017-05-26#371 Allow buffer variables to be set based on patternsw0rp
2017-05-26#576 Run the eslint.js file created by React with node on Windowsw0rp
2017-05-26Fix #549 - escape strings more appropriately for use with cmd /cw0rp
2017-05-25Automatically use eslint_d for eslint, when availablew0rp
2017-05-25Simplify the sandbox check, to save on execution timew0rp
2017-05-24Translate pylint output column to 1-based indexNozomu Okuda
2017-05-22Add a fixer for Python for automatically adding blank lines before control st...w0rp
2017-05-22Remove the test for highlight linking, because it just cannot be testedw0rp
2017-05-22Fix #572 - Link to whatever SignColumn links to for ALESignColumnWithoutErrorsw0rp
2017-05-21#309 Add an option for changing the sign column color when problems are detectedw0rp
2017-05-21#318 Do not capitalize the first character for cursor messagesw0rp
2017-05-21#149 - Set different highlights for info, style error, and style warning prob...w0rp
2017-05-21Fix counting of warnings and style warningsw0rp
2017-05-21#149 - Support info and style problem types for status linesw0rp
2017-05-20#149 - Support Info, style error, and style warning types for problems for signsw0rp
2017-05-20Suggest functions for fixing issues for ALEFixw0rp
2017-05-20Allow b:ale_fixers to be usedw0rp
2017-05-20Allow funcref values and lambdas for ALEFixw0rp