Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-06 | Added support for Python black fixer (#1451) | Jack Evans | |
2018-04-05 | Integration of qmlfmt linting tool (#1462) | P M | |
* Add first qmlfmt support * Add GetCommand() function - pass --error/-e option * Add handle unittest - fix pattern regex - store col as integer * Update docs * Add command callback unit test | |||
2018-04-05 | Add fsc linter for Scala (#1452) | Nils Leuzinger | |
* Add fsc as a Scala linter * Pull reused code into `autoload/ale/` directory * Include fsc into the README * Add unit test for testing the scala handler * Add unit test for scala's fsc linter * Rename scala unit tests for clarity * Fix typo in README * Fix typos in doc/ale.txt * Fix author headline * Put methods for fsc commands back into fsc.vim * Move command_callback tests to correct location * Rewrite handler test so it actually tests handler * Clarify description of test in test_scala_handler | |||
2018-04-05 | Merge pull request #1455 from Christian-Gibbons/flawfinder_cpp_severity_fix | w0rp | |
Fix Flawfinder for C++ | |||
2018-04-05 | Merge pull request #1429 from stewy33/master | w0rp | |
Add support for Mercury language using mmc as a linter. | |||
2018-03-28 | Flawfinder 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 option | w0rp | |
2018-03-27 | Merge pull request #1434 from roel0/master | w0rp | |
Automatically determine build flags by parsing `make -n` output #1167 | |||
2018-03-27 | Extended unit tests + simplified parsing algoritme #1167 | roel0 | |
2018-03-26 | Use the --stdin-filename option for textlint, so configuration files will be ↵ | w0rp | |
discovered better | |||
2018-03-26 | Fix paths for running tests on Windows | w0rp | |
2018-03-26 | Fix config and executable issues with the textlint linter | w0rp | |
2018-03-26 | Fix a typo in the documentation | w0rp | |
2018-03-25 | add documentation on mmc linter | Stewy Slocum | |
2018-03-25 | add support for mercury language using mmc as linter | Stewy Slocum | |
2018-03-25 | Fix #1404 - Do not show balloons when g:ale_set_balloons is 0. Add ↵v1.8.0 | w0rp | |
b:ale_set_balloons | |||
2018-03-25 | Add 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-24 | Merge pull request #1448 from yasuhiroki/support-textlint-plaintext | w0rp | |
Support textlint for plaintext | |||
2018-03-24 | Update document for textlint | yasuhiroki | |
2018-03-24 | Support textlint for plaintext without textlintrc | yasuhiroki | |
2018-03-23 | Fix #1373 - Fix a bug with Fish errors not being handled on Linux | w0rp | |
2018-03-22 | Merge pull request #1441 from adrigzr/bugfix-1207-remark-lint-ranges | w0rp | |
Handle ranges for the remark linter #1207 | |||
2018-03-22 | Fit documentation to the column size in ale-cs.txt | w0rp | |
2018-03-22 | Merge pull request #1442 from Crysikrend/master | w0rp | |
Added the word 'find' as it was missing in docs/ale-cs.txt | |||
2018-03-22 | Added the word 'find' as it was missing in docs/ale-cs.txt | Ashley Smith | |
2018-03-22 | fix: Handle ranges for the remark linter #1207 | Adrián González Rus | |
2018-03-21 | Fixed windows compatibility unit tests #1167 | roel0 | |
2018-03-21 | Added additional unit tests + adapted review comments #1167 | roel0 | |
2018-03-21 | Merge pull request #1409 from x1024/patch-1 | w0rp | |
Add new FAQ item for g:ale_list_window_size | |||
2018-03-21 | Update the table of content for the new FAQ entry. | w0rp | |
2018-03-21 | Merge pull request #1438 from lepistone/doc-timers | w0rp | |
doc: fix misspelled feature name | |||
2018-03-21 | doc: fix misspelled feature name | Leonardo Pistone | |
2018-03-21 | Merge pull request #1436 from bmihelac/fix-1435-msgfmt-output-stdout | w0rp | |
fix: po msgfmt output to stdout (#1435) | |||
2018-03-21 | fix: po msgfmt output to stdout (#1435) | Bojan Mihelac | |
2018-03-21 | Fix failing unit tests for windows | roel0 | |
2018-03-20 | * Shell commands should by called async with the help of a command chain | roel0 | |
* The makefile parser unit test should only test the cflag parser itself #1167 | |||
2018-03-20 | Merge remote-tracking branch 'tylucaskelley/master' | w0rp | |
2018-03-20 | Merge pull request #1433 from benpaxton-hf/lint-whole-package | w0rp | |
Lint whole package for gosimple and gotype | |||
2018-03-20 | Use govet handler for gosimple, gotype, staticcheck | Ben Paxton | |
2018-03-20 | Clang parser shoud fallback on old method if parsing fails #1167 | roel0 | |
2018-03-20 | Added some unit tests and fixed some linting errors for automatic makefile ↵ | roel0 | |
parsing in C #1167 | |||
2018-03-19 | Automatically determine build flags by parsing 'make -n' output #1167 | roel0 | |
2018-03-19 | Lint whole package for gosimple and gotype | Ben Paxton | |
Fixes #936 | |||
2018-03-18 | #1431 Normalize paths when checking for temporary paths on Windows | w0rp | |
2018-03-18 | handle 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-18 | Merge pull request #1415 from fohte/fixer-rufo | w0rp | |
Add rufo fixer for Ruby files | |||
2018-03-18 | Clean up the mix format command and tests | w0rp | |
2018-03-18 | Merge pull request #1410 from fribmendes/frm/mix_format_options | w0rp | |
Allow passing options to mix_format | |||
2018-03-18 | add textlint support for markdown (#1383) | Hideaki Tokida | |
2018-03-18 | Fix #1392 - Only check files on disk for gotype | w0rp | |