summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-26Fix config and executable issues with the textlint linterw0rp
2018-03-26Fix a typo in the documentationw0rp
2018-03-25Fix #1404 - Do not show balloons when g:ale_set_balloons is 0. Add ↵v1.8.0w0rp
b:ale_set_balloons
2018-03-25Add basic qmllint support (#1419)P M
* Add basic qmllint support * Use temp file, remove superfluous error code key, adjust author info * Add qmllint handler parse test
2018-03-24Merge pull request #1448 from yasuhiroki/support-textlint-plaintextw0rp
Support textlint for plaintext
2018-03-24Update document for textlintyasuhiroki
2018-03-24Support textlint for plaintext without textlintrcyasuhiroki
2018-03-23Fix #1373 - Fix a bug with Fish errors not being handled on Linuxw0rp
2018-03-22Merge pull request #1441 from adrigzr/bugfix-1207-remark-lint-rangesw0rp
Handle ranges for the remark linter #1207
2018-03-22Fit documentation to the column size in ale-cs.txtw0rp
2018-03-22Merge pull request #1442 from Crysikrend/masterw0rp
Added the word 'find' as it was missing in docs/ale-cs.txt
2018-03-22Added the word 'find' as it was missing in docs/ale-cs.txtAshley Smith
2018-03-22fix: Handle ranges for the remark linter #1207Adrián González Rus
2018-03-21Merge pull request #1409 from x1024/patch-1w0rp
Add new FAQ item for g:ale_list_window_size
2018-03-21Update the table of content for the new FAQ entry.w0rp
2018-03-21Merge pull request #1438 from lepistone/doc-timersw0rp
doc: fix misspelled feature name
2018-03-21doc: fix misspelled feature nameLeonardo Pistone
2018-03-21Merge pull request #1436 from bmihelac/fix-1435-msgfmt-output-stdoutw0rp
fix: po msgfmt output to stdout (#1435)
2018-03-21fix: po msgfmt output to stdout (#1435)Bojan Mihelac
2018-03-20Merge remote-tracking branch 'tylucaskelley/master'w0rp
2018-03-20Merge pull request #1433 from benpaxton-hf/lint-whole-packagew0rp
Lint whole package for gosimple and gotype
2018-03-20Use govet handler for gosimple, gotype, staticcheckBen Paxton
2018-03-19Lint whole package for gosimple and gotypeBen Paxton
Fixes #936
2018-03-18#1431 Normalize paths when checking for temporary paths on Windowsw0rp
2018-03-18handle multibyte string when linting text with redpen (#1416)INOUE Yosuke
* handle multibyte string when linting text with redpen * fix error when no string is provided, fix test's expect value * remove ambiguious `==` operator
2018-03-18Merge pull request #1415 from fohte/fixer-rufow0rp
Add rufo fixer for Ruby files
2018-03-18Clean up the mix format command and testsw0rp
2018-03-18Merge pull request #1410 from fribmendes/frm/mix_format_optionsw0rp
Allow passing options to mix_format
2018-03-18add textlint support for markdown (#1383)Hideaki Tokida
2018-03-18Fix #1392 - Only check files on disk for gotypew0rp
2018-03-18#416 Escape the tslint commandw0rp
2018-03-18Merge pull request #1248 from Carpetsmoker/autocmd-fixerw0rp
Add ALEFixPre and ALEFixPost events
2018-03-17Add ALEFixPre and ALEFixPost eventsMartin Tournoij
To run autocmd before and after every fix cycle. Fixes #623 (`ALELintPre` was added in #1203).
2018-03-14Fix awk linter and security concerns. (#1411)Anthony DeDominic
* Fixed (g)awk linter * Made it secure, albeit less useful. * Added gawk handler; the cpplint one was not working? * Added gawk handler test. * added warning to gawk handler. * added gawk command callback test * added comment about --source * added back optional commandline option
2018-03-11Add rufo fixer for ruby filesHayato Kawai
2018-03-10Merge pull request #1395 from gfontenot/gfontenot/fix-elm-format-namew0rp
Fix elm-format fixer name
2018-03-10Handle flawfinder severity level (#1400)Christian-Gibbons
* Handle flawfinder severity level * Reverted code allowing Flawfinder to piggyback off of gcc's format handler * Gave Flawfinder its own format handler and made requested changes.
2018-03-08Allow passing options to mix_formatFernando Mendes
2018-03-08Fix elm-format fixer nameGordon Fontenot
Support for elm-format as a fixer has existed since Sept 2017, but it's not easy to discover because the fixer was named `format`. This breaks the convention of the other fixers that use the full name in the registry. I've gone ahead and fixed this discrepancy, but I left the existing registry entry in place. We should move people towards using `elm-format` as the fixer name, but I'd hate to break existing setups.
2018-03-08Add new FAQ item for g:ale_list_window_sizex x
2018-03-06Add a command for stopping all LSP clientsw0rp
2018-03-04Update the licence year.w0rp
2018-03-03add test for markdownlint handerTy-Lucas Kelley
2018-03-03add vim README.md to readmeTy-Lucas Kelley
2018-03-03add basic support for markdownlintTy-Lucas Kelley
2018-03-03Satisfy my own checksw0rp
2018-03-03Add deprecation warnings for old NeoVim versions and old functionsw0rp
2018-03-03Close #1379 - Increment b:ale_linted when a buffer is checkedw0rp
2018-03-03Use the configured mdl executable, escape it in the command, and add test for itw0rp
2018-03-03Merge pull request #1377 from joshleeb/markdown-mdl-optionsw0rp
Add options for markdown_mdl linter