summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2017-06-14Fix an ansible-lint testw0rp
2017-06-14Fix #649 - Support tsserver linting for NeoVimw0rp
2017-06-14#430 Use the style sub_type for flake8 problemsw0rp
2017-06-14Split up the flake8 and ansible-lint handlersw0rp
2017-06-14#538 - Set some end column indexes for flake8w0rp
2017-06-14Add fusion-lint, documentation, and tests (#648)Ryan
* Add `fusion-lint` for first FusionScript linter * Add documentation over `fusion-lint` * Add tests for `fusion-lint` command callback
2017-06-13Merge branch 'tsserver'w0rp
2017-06-13Handle LSP responses for different files more consistentlyw0rp
2017-06-11Perlcritic column number and rule names (#640)Steven Humphrey
* Add column number to perlcritic linting output This returns the column number of the perlcritic error so that ale can show the column in addition to the line where perlcritic found an error. * Add perlcritic configuration for rule names This adds a configuration setting so that the name of the perlcritic rule is shown [Rule::Name] after the error message. This is useful to lookup the rule failure. * Add a vader test for perlcritic#GetCommand
2017-06-09Add tsserver supportw0rp
2017-06-08Experimental code for showing results as soon as each linter completesw0rp
2017-06-08#517 Support linter settings needed for LSP, undocumented for noww0rp
2017-06-07Search python fixers in virtual environment (#632)José Luis Lafuente
* Search python fixers in virtual environment * Add tests for python fixers
2017-06-07Add support for generating essential tsserver messagesw0rp
2017-06-07Move all functions for fixing things to autoload/ale/fixers, and only accept ↵w0rp
the lines of input where needed.
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
* Add :ALEFirst and :ALELast commands * Add documentation for ALEFirst and ALELast commands * Add tests for ale#loclist_jumping#JumpToIndex() * Fix the loclist jumping tests
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 ↵w0rp
configurable
2017-05-31Set qflist/loclist window title properly ... (#588)cs86661
* Update list.vim Set qflist/loclist window title properly ... * Update list.vim 1. Remove redundant code. 2. Get absolute path from 'a:buffer'. * Set the list window titles appropriately for each version of Vim, and add tests
2017-05-31Fix #537 - Add support for balloonsw0rp
2017-05-31Fix #557 - Detect C project roots and include root directories with headers, ↵w0rp
or include directories
2017-05-31Include span label in rust lints (#601)Jon Gjengset
* Include span label in rust lints This turns relatively unhelpful error messages like mismatched types into more expressive messages along the lines of mismatched types: expected bool, found integral variable Fixes #597. * Exclude rust lint span label if empty * Use single-quoted strings in vimscript * Add test for detailed rust errors * Prune Cargo JSON * Use matching error file name * Byte offsets not char offsets
2017-05-31Fix #596 - Report exceptions thrown by flake8w0rp
2017-05-31Include location list end column for rust lint (#602)Jon Gjengset
* Include location list end column for rust lint Fixes #599. * Include rust lint end_lnum for good measure * Reverse engineer end_* for rust lint tests
2017-05-31Fix #604 - Support highlights spanning many linesw0rp
2017-05-31#604 Add a function for creating positions needed for supporting highlights ↵w0rp
across many lines
2017-05-31#604 Change match_id to match_id_list, for future highlights spanning more ↵w0rp
than 8 lines
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
* Fix file name checking in rust handler * Add a test for rust hanler * Remove unused variable
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 ↵w0rp
functions are already tested elsewhere
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