Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Support for GNU Awk linting (#638) | Mark Korondi | |
* GNU Awk linter support * Documentation for awk linter | |||
2017-06-08 | Experimental code for showing results as soon as each linter completes | w0rp | |
2017-06-08 | Merge pull request #639 from marciomazza/patch-1 | w0rp | |
Fix typo in docs | |||
2017-06-08 | Fix typo | Marcio Mazza | |
2017-06-08 | #517 Support linter settings needed for LSP, undocumented for now | w0rp | |
2017-06-08 | Fix #634 - Document eslint --fix behaviour with nested configuration files | w0rp | |
2017-06-08 | Fix #635 - Cancel previous jobs for fixing files when fixing files again | w0rp | |
2017-06-07 | Put ve-py3 before ve, so Python 3 executables will be preferred | 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 | Merge pull request #633 from jlesquembre/fix_function_name | w0rp | |
Fix function name | |||
2017-06-07 | Fix function name | José Luis Lafuente | |
2017-06-07 | Fix #631 - Fix some bad function names | w0rp | |
2017-06-07 | Fix #630 - Initialize Prettier options | 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-07 | Merge pull request #628 from mziab/fix-stylelint-handler | w0rp | |
Fixed stylelint not catching all errors. | |||
2017-06-07 | Fix a bug which breaks the tests | 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 | Fixed stylelint not catching all errors. | Michał Ziąbkowski | |
The original regex failed to account for short lines being padded to the length of the longest error. | |||
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 | Fix #461 - Allow multiple loclist windows to be opened, and replace some ↵ | w0rp | |
split windows | |||
2017-06-06 | Use BufWinEnter for g:ale_lint_on_enter instead | w0rp | |
2017-06-06 | Simplify job cleanup code | w0rp | |
2017-06-06 | Complain about incorrect uses of expand('%...') | w0rp | |
2017-06-06 | #620 Check the Nim files on disk instead | w0rp | |
2017-06-06 | Fix a test | w0rp | |
2017-06-06 | Fix #624 - Ask for the Vint version in the background | w0rp | |
2017-06-05 | Merge pull request #622 from blueyed/fix-typo | w0rp | |
doc: fix typo: s/the the/to the/ | |||
2017-06-05 | doc: fix typo: s/the the/to the/ | Daniel Hahler | |
2017-06-05 | Do not check files on insert leave | w0rp | |
2017-06-05 | Stop errors being generated when jobs are removed from the Dictionary before ↵ | w0rp | |
callbacks fire | |||
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-03 | Document that prettier and prettier-eslint are supported | w0rp | |
2017-06-02 | Add ktlint support (without formatting) for kotlin filetype (#610) | Francis Agyapong | |
* Add ktlint support (without formatting) for kotlin filetype * Fix code style and refactor to use ALE utility functions (GetMatches) * Remove options for configuration file * Refactor: Rename exec variable and use ale#Set for variable configuration | |||
2017-06-02 | #574 Do not restore items with no columns for highlights from hidden buffers | w0rp | |
2017-06-02 | Merge pull request #614 from epilande/master | w0rp | |
✏️ Fix link to stylelint styled-components | |||
2017-06-02 | Merge pull request #615 from w0rp/adriaanzon-patch-1 | w0rp | |
Suggest :ALELint instead of ale#Lint() | |||
2017-06-02 | Suggest :ALELint instead of ale#Lint() | Adriaan Zonnenberg | |
2017-06-02 | :pencil2: Fix link to stylelint styled-components | Emmanuel Pilande | |
2017-06-01 | Document the <Plug>(ale_fix) mapping | w0rp | |
2017-06-01 | #607 - Update the documentation for ale-fix to suggest an assignment which ↵ | w0rp | |
will work in vimrc | |||
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 | |