Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-13 | #1501 Pass the buffer number from BufWritePost on to ale#fix#Fix | w0rp | |
2018-04-13 | #1277 Try to get eslint_d to run the right version of eslint | w0rp | |
2018-04-12 | Fix #1495 - Fall back to /bin/sh when shell=pwsh | w0rp | |
2018-04-12 | #1497 Tolerate important ALE variables being undefined for some reason when ↵ | w0rp | |
viewing buffers like git commits | |||
2018-04-12 | Merge pull request #1498 from Eyenseo/master | w0rp | |
Fix rust rls linter argument | |||
2018-04-12 | Fix rust rls linter toolchain argument | eyenseo | |
This removes the argument if the specified toolchain is empty. As far as I can tell there is no +nighly (or similar) option [1] leading to the termination of the server. But since people needed this option and have yet to complain about it it stays the default for now. [1] https://github.com/rust-lang-nursery/rls/blob/master/src/main.rs#L87 | |||
2018-04-10 | Close #1494 - Prefer displaying higher severity problems for cursor ↵ | w0rp | |
messages, balloons, and highlights | |||
2018-04-10 | Fix #1492 - Make pylint error parsing work on Windows | w0rp | |
2018-04-10 | #1486 - Default exit_code to 1, if it isn't set. | w0rp | |
2018-04-10 | Fix #1490 - Rename the g++ linter to gcc, and add an alias for the old name | w0rp | |
2018-04-09 | Merge pull request #1488 from languitar/pmd | w0rp | |
Add support for the java PMD linter | |||
2018-04-09 | Close #542 - Add an option for disabling running locally installed ↵ | w0rp | |
executables by default | |||
2018-04-09 | Merge pull request #1487 from rhysd/fix-1472 | w0rp | |
pylint: Move to the buffer's directory before running pylint command | |||
2018-04-09 | Add support for the java PMD linter | Johannes Wienke | |
2018-04-09 | pylint: Move to the buffer's directory before running pylint command (Fix #1472) | rhysd | |
2018-04-08 | Close #1476 - Make the javac executable configurable | w0rp | |
2018-04-08 | Close #1439 - Add an :ALEInfoToFile command | w0rp | |
2018-04-08 | Close #1315 - Make the vint executable configurable | w0rp | |
2018-04-08 | Fix #1424 - Make the brittany fixer work | aspidiets | |
2018-04-08 | Fix #605 - Support `vcol: 1` for multi-byte character positions | w0rp | |
2018-04-07 | Add g:ale_php_cs_fixer_options variable (#1477) | Adriaan Zonnenberg | |
* Add g:ale_php_cs_fixer_options variable * Fix test | |||
2018-04-07 | Fix #1479 - Respect g:hdevtools_options for hdevtools | w0rp | |
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 | |