Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-20 | Print messages about imports used when modules are turned off | w0rp | |
2017-06-20 | Fix #668 - Support eslint for TypeScript | w0rp | |
2017-06-20 | Fix #667 - Do not add extra blank lines for ↵ | w0rp | |
add_blank_lines_for_python_control_statements | |||
2017-06-19 | handle column number in javac linter (#660) | oaue | |
* handle column number in javac linter * Updated tests with column number for javac errors. * Updated tests with column number for javac errors. | |||
2017-06-18 | TSLint: distinguish warnings from errors (#663) | Pavel Kuropatkin | |
* TSLint: distinguish warnings from errors * Test for TSlint warning/error distinguishing code added. | |||
2017-06-18 | #659 - Add options for Python fixers, and cut down on duplicated documentation | w0rp | |
2017-06-14 | Fix #536 - Implement linter problem type re-mapping | w0rp | |
2017-06-14 | Fix an ansible-lint test | w0rp | |
2017-06-14 | Fix #649 - Support tsserver linting for NeoVim | w0rp | |
2017-06-14 | #430 Use the style sub_type for flake8 problems | w0rp | |
2017-06-14 | Split up the flake8 and ansible-lint handlers | w0rp | |
2017-06-14 | #538 - Set some end column indexes for flake8 | w0rp | |
2017-06-14 | Add 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-13 | Merge branch 'tsserver' | w0rp | |
2017-06-13 | Handle LSP responses for different files more consistently | w0rp | |
2017-06-11 | Perlcritic 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-09 | Add tsserver support | w0rp | |
2017-06-08 | Experimental code for showing results as soon as each linter completes | w0rp | |
2017-06-08 | #517 Support linter settings needed for LSP, undocumented for now | w0rp | |
2017-06-07 | Search python fixers in virtual environment (#632) | José Luis Lafuente | |
* Search python fixers in virtual environment * Add tests for python fixers | |||
2017-06-07 | Add support for generating essential tsserver messages | w0rp | |
2017-06-07 | Move all functions for fixing things to autoload/ale/fixers, and only accept ↵ | w0rp | |
the lines of input where needed. | |||
2017-06-07 | Fix the stylelint tests to match the changes to the handler | w0rp | |
2017-06-06 | Allow ALEFix functions to be defined with only the buffer argument | w0rp | |
2017-06-06 | Add a function for computing the number of arguments for a function | w0rp | |
2017-06-06 | Fix #625 Ignore Perl errors from other files | w0rp | |
2017-06-06 | #482 - Fix Flow handling with relative paths | w0rp | |
2017-06-06 | Make the test for the history more reliable | w0rp | |
2017-06-06 | Use BufWinEnter for g:ale_lint_on_enter instead | w0rp | |
2017-06-06 | Fix a test | w0rp | |
2017-06-05 | Do not check files on insert leave | w0rp | |
2017-06-03 | Add :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 buffers | w0rp | |
2017-06-01 | Fix #499 Set an explicit height for the quickfix list, and make the height ↵ | w0rp | |
configurable | |||
2017-05-31 | Set 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-31 | Fix #537 - Add support for balloons | w0rp | |
2017-05-31 | Fix #557 - Detect C project roots and include root directories with headers, ↵ | w0rp | |
or include directories | |||
2017-05-31 | Include 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-31 | Fix #596 - Report exceptions thrown by flake8 | w0rp | |
2017-05-31 | Include 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-31 | Fix #604 - Support highlights spanning many lines | w0rp | |
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-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 | |
* Fix file name checking in rust handler * Add a test for rust hanler * Remove unused variable |