Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-05 | Merge pull request #1429 from stewy33/master | w0rp | |
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 option | 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 | Update document for textlint | yasuhiroki | |
2018-03-22 | Fit documentation to the column size in ale-cs.txt | w0rp | |
2018-03-22 | Added the word 'find' as it was missing in docs/ale-cs.txt | Ashley Smith | |
2018-03-21 | doc: fix misspelled feature name | Leonardo Pistone | |
2018-03-20 | Merge remote-tracking branch 'tylucaskelley/master' | w0rp | |
2018-03-18 | Merge pull request #1415 from fohte/fixer-rufo | w0rp | |
Add rufo fixer for Ruby files | |||
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 | |
2018-03-17 | Add ALEFixPre and ALEFixPost events | Martin Tournoij | |
To run autocmd before and after every fix cycle. Fixes #623 (`ALELintPre` was added in #1203). | |||
2018-03-11 | Add rufo fixer for ruby files | Hayato Kawai | |
2018-03-10 | Handle 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-08 | Allow passing options to mix_format | Fernando Mendes | |
2018-03-06 | Add a command for stopping all LSP clients | w0rp | |
2018-03-03 | add basic support for markdownlint | Ty-Lucas Kelley | |
2018-03-03 | Close #1379 - Increment b:ale_linted when a buffer is checked | w0rp | |
2018-03-03 | Merge pull request #1377 from joshleeb/markdown-mdl-options | w0rp | |
Add options for markdown_mdl linter | |||
2018-03-02 | Merge pull request #1390 from jdeniau/jd-feat-phpCsFixer | w0rp | |
add php-cs-fixer to list of fixers | |||
2018-03-02 | Option 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-01 | add php-cs-fixer to list of fixers | Julien Deniau | |
2018-02-28 | Explain in more detail why perl checks are disabled by default | Olaf Alders | |
2018-02-26 | Fix a typo in the documentation | w0rp | |
2018-02-26 | Add options for markdown_mdl linter | Josh Leeb-du Toit | |
2018-02-26 | doc/cpp: fix duplicate ale_cpp_flawfinder_executable help tag | Koichi Shiraishi | |
both of 'g:' prefix. | |||
2018-02-25 | doc/c: fix duplicate ale_c_flawfinder_executable help tag | Koichi Shiraishi | |
2018-02-25 | New 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 API | w0rp | |
2018-02-25 | Fix #1306 - Tell users how to automatically close the loclist window in the ↵ | w0rp | |
documentation | |||
2018-02-25 | Merge pull request #1371 from idbrii/fix-unity-example | w0rp | |
Add Unity project path to Unity example in docs | |||
2018-02-25 | Merge pull request #1351 from svanharmelen/f-issue-936 | w0rp | |
This fixes issue #936 by linting the whole package | |||
2018-02-25 | go vet can only check files now | w0rp | |
2018-02-23 | Add Unity project path to Unity example in docs | David Briscoe | |
For Ale to recognize the symbols in your project, you need to point it at where Unity builds your assemblies. Add this path to the example. | |||
2018-02-20 | This fixes issue #936 by linting the whole package | Sander van Harmelen | |
2018-02-10 | functional pony linter | Kevin Tindall | |
2018-02-04 | Add lint_package support to lintr | Fenner Macrae | |
2018-02-04 | #1206 Add support for setting options for gobuild, and escape paths better | w0rp | |
2018-02-01 | Add prettier fixer support to vue | blyoa | |
2018-01-30 | Merge pull request #1308 from lorenzo/patch-1 | w0rp | |
Improving hadolint checker | |||
2018-01-29 | Added tests for hadolint | Jose Lorenzo Rodriguez | |
2018-01-28 | Merge pull request #1321 from butlerx/feature/po | w0rp | |
add po support with proselint, writegood, msgfmt and alex | |||
2018-01-28 | Fix #1038 - Automatically detect and use htmlhint configuration files | w0rp | |
2018-01-28 | #1303 jq isn't a Node program | w0rp | |
2018-01-27 | add po support with proselint, writegood, msgfmt and alex | butlerx | |