summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2018-04-09Merge pull request #1488 from languitar/pmdw0rp
Add support for the java PMD linter
2018-04-09Close #542 - Add an option for disabling running locally installed ↵w0rp
executables by default
2018-04-09Add support for the java PMD linterJohannes Wienke
2018-04-08Close #1476 - Make the javac executable configurablew0rp
2018-04-08Close #1439 - Add an :ALEInfoToFile commandw0rp
2018-04-08Close #1315 - Make the vint executable configurablew0rp
2018-04-08Fix #605 - Support `vcol: 1` for multi-byte character positionsw0rp
2018-04-07Add g:ale_php_cs_fixer_options variable (#1477)Adriaan Zonnenberg
* Add g:ale_php_cs_fixer_options variable * Fix test
2018-04-07Fix #1479 - Respect g:hdevtools_options for hdevtoolsw0rp
2018-04-06Added support for Python black fixer (#1451)Jack Evans
2018-04-05Integration 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-05Add 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-05Merge pull request #1429 from stewy33/masterw0rp
Add support for Mercury language using mmc as a linter.
2018-03-27#1167 Use the make -n parsing for C++ compilers, and document the new optionw0rp
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-24Update document for textlintyasuhiroki
2018-03-22Fit documentation to the column size in ale-cs.txtw0rp
2018-03-22Added the word 'find' as it was missing in docs/ale-cs.txtAshley Smith
2018-03-21doc: fix misspelled feature nameLeonardo Pistone
2018-03-20Merge remote-tracking branch 'tylucaskelley/master'w0rp
2018-03-18Merge pull request #1415 from fohte/fixer-rufow0rp
Add rufo fixer for Ruby files
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-17Add ALEFixPre and ALEFixPost eventsMartin Tournoij
To run autocmd before and after every fix cycle. Fixes #623 (`ALELintPre` was added in #1203).
2018-03-11Add rufo fixer for ruby filesHayato Kawai
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-06Add a command for stopping all LSP clientsw0rp
2018-03-03add basic support for markdownlintTy-Lucas Kelley
2018-03-03Close #1379 - Increment b:ale_linted when a buffer is checkedw0rp
2018-03-03Merge pull request #1377 from joshleeb/markdown-mdl-optionsw0rp
Add options for markdown_mdl linter
2018-03-02Merge pull request #1390 from jdeniau/jd-feat-phpCsFixerw0rp
add php-cs-fixer to list of fixers
2018-03-02Option to open lists vertically (#1381)Andrew Crites
* Add configuration option to open lists vertically * Add tests, clean up vertical list config * Vertical list option cleanup * Use is# for tests * Order properties in documentation alphabetically
2018-03-01add php-cs-fixer to list of fixersJulien Deniau
2018-02-28Explain in more detail why perl checks are disabled by defaultOlaf Alders
2018-02-26Fix a typo in the documentationw0rp
2018-02-26Add options for markdown_mdl linterJosh Leeb-du Toit
2018-02-26doc/cpp: fix duplicate ale_cpp_flawfinder_executable help tagKoichi Shiraishi
both of 'g:' prefix.
2018-02-25doc/c: fix duplicate ale_c_flawfinder_executable help tagKoichi Shiraishi
2018-02-25New linter: Flawfinder (#1361)Christian-Gibbons
* Flawfinder support added for C and C++ A minor modification to gcc handler was made to support flawfinder's single-line output format that does not have a space following the colon denoting the warning level. gcc handler still passes its Vader tests after this modification. * Documentation fixes * Revert documentation regression * Added Flawfinder to table of contents * Removed trailing whitespace * Follow ALE conventions better Added additional documentation and Vader tests
2018-02-25#1363 Make ale#engine#IsCheckingBuffer part of the public APIw0rp
2018-02-25Fix #1306 - Tell users how to automatically close the loclist window in the ↵w0rp
documentation
2018-02-25Merge pull request #1371 from idbrii/fix-unity-examplew0rp
Add Unity project path to Unity example in docs
2018-02-25Merge pull request #1351 from svanharmelen/f-issue-936w0rp
This fixes issue #936 by linting the whole package
2018-02-25go vet can only check files noww0rp