aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Bump the ALE version to 3.0.0v3.0.0v3.0.xw0rp2020-09-092-1/+2
* Close #2522 - Check pylint on the flyw0rp2020-09-095-54/+119
* Add tests for covering the coming Vint versionw0rp2020-09-091-6/+17
* Merge pull request #3108 from timbedard/vint-add-stdinw0rp2020-09-091-1/+6
|\
| * add stdin option for supported vint versionsTim Bedard2020-04-021-1/+6
* | Close #3003 - Show ignored linters in :ALEInfow0rp2020-09-084-7/+51
* | Close #3333 - Add an ALECompletePost eventw0rp2020-09-0812-90/+271
* | Fix a completion errorw0rp2020-09-071-2/+2
* | Merge pull request #3337 from sodapopcan/patch-1Horacio Sanson2020-09-071-1/+1
|\ \
| * | Fix typoAndrew Haust2020-09-071-1/+1
* | | Merge pull request #3334 from remi6397/bugfix/asciidoc-languagetool-typoHoracio Sanson2020-09-071-1/+1
|\ \ \ | |/ / |/| |
| * | Fix asciidoc languagetool integrationJeremiasz Nelz2020-09-041-1/+1
* | | Close #3268 - Implement :ALEImportw0rp2020-09-065-55/+775
* | | Fix #3183 - Escape filename characters from LSP/tsserverw0rp2020-09-052-12/+56
* | | Clean up embertemplatelint codew0rp2020-09-054-30/+28
|/ /
* | Fix #3322 - Apply rename changes correctlyw0rp2020-09-042-4/+81
* | feat(template-lint): Read from stdin (#2622)Cyrille David2020-08-314-4/+46
* | Fix flake8 cd logic for invalid optionsw0rp2020-08-312-15/+31
* | Add tests for \r removalw0rp2020-08-312-3/+3
* | Merge pull request #2858 from kalekseev/patch-flake8w0rp2020-08-313-12/+56
|\ \
| * | Run flake8 from project root by default.Konstantin Alekseev2020-08-303-12/+56
* | | Merge pull request #3078 from jgehrig/jg-issue2958w0rp2020-08-311-0/+2
|\ \ \ | |/ / |/| |
| * | Issue 2598: Addtional ^M characters on WindowsJohn Gehrig2020-03-261-0/+2
| |/
* | Merge pull request #3194 from maxwell-k/vintw0rp2020-08-292-2/+2
|\ \
| * | vim/vint: show policy nameKeith Maxwell2020-05-302-2/+2
* | | #2107 - Recommend <C-c> instead, which avoids autocmd functionsw0rp2020-08-291-1/+1
* | | #2107 - Document completion fallbacks and insert-completion trickw0rp2020-08-291-0/+41
* | | Close #3205 - Avoid inserting completions by defaultw0rp2020-08-291-1/+1
* | | Fix #2971 - Disable automatic completion while 'paste' is activew0rp2020-08-292-4/+13
* | | Fix retrying on some test failuresw0rp2020-08-291-0/+1
* | | Fix psalm options. Retry on some test failuresw0rp2020-08-294-28/+60
* | | Fix #3247 - Use --always-make for make -n by defaultw0rp2020-08-294-1/+43
* | | Add a missing `augroup END` linew0rp2020-08-291-0/+1
* | | Merge pull request #3327 from Kimplul/masterw0rp2020-08-292-1/+53
|\ \ \
| * | | Improved macro handling in gccKimplul2020-08-292-1/+53
|/ / /
* | | typow0rp2020-08-291-1/+1
* | | #3319 - Try to modify buffers later for ALEFixw0rp2020-08-293-23/+32
* | | Close #3325 - Apply new formatting where possiblew0rp2020-08-2830-96/+71
* | | #3325 - ale#path#BufferCdString now generates %s:hw0rp2020-08-2824-89/+117
* | | Close #3285 - lint_file is now dynamicw0rp2020-08-289-64/+278
* | | Close #3309 - Add b:ale_lint_delayw0rp2020-08-283-12/+15
* | | Fix #3323 - Set default for g:ale_filename_mappingsw0rp2020-08-282-2/+3
* | | Add sql-lint to supported toolsw0rp2020-08-284-1/+4
* | | Merge pull request #2988 from joereynolds/masterw0rp2020-08-283-0/+67
|\ \ \
| * | | Add sql-lint as linterJoe Reynolds2020-01-313-0/+67
* | | | #3324 - Enable rls by defaultw0rp2020-08-284-12/+15
* | | | Set prettier working directory to where .prettierignore is (#3101)Sorin Iclanzan2020-08-284-1/+27
* | | | Fix #3319 - Force modifications to buffersw0rp2020-08-271-0/+11
* | | | Fix #3318 - Escape macros when parsing C flagsw0rp2020-08-272-23/+128
* | | | Fix C flag parsing and tests on Windowsw0rp2020-08-273-2/+37