summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-05Merge pull request #1429 from stewy33/masterw0rp
Add support for Mercury language using mmc as a linter.
2018-03-28Flawfinder for C++:christian-gibbons
Fix missing variable causing flawfinder to fail for c++
2018-03-27#1167 Use the make -n parsing for C++ compilers, and document the new optionw0rp
2018-03-27Merge pull request #1434 from roel0/masterw0rp
Automatically determine build flags by parsing `make -n` output #1167
2018-03-27Extended unit tests + simplified parsing algoritme #1167roel0
2018-03-26Use the --stdin-filename option for textlint, so configuration files will be ↵w0rp
discovered better
2018-03-26Fix paths for running tests on Windowsw0rp
2018-03-26Fix config and executable issues with the textlint linterw0rp
2018-03-26Fix a typo in the documentationw0rp
2018-03-25add documentation on mmc linterStewy Slocum
2018-03-25add support for mercury language using mmc as linterStewy Slocum
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-21Fixed windows compatibility unit tests #1167roel0
2018-03-21Added additional unit tests + adapted review comments #1167roel0
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-21Fix failing unit tests for windowsroel0
2018-03-20* Shell commands should by called async with the help of a command chainroel0
* The makefile parser unit test should only test the cflag parser itself #1167
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-20Clang parser shoud fallback on old method if parsing fails #1167roel0
2018-03-20Added some unit tests and fixed some linting errors for automatic makefile ↵roel0
parsing in C #1167
2018-03-19Automatically determine build flags by parsing 'make -n' output #1167roel0
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