Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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 | 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-08 | Add new FAQ item for g:ale_list_window_size | x x | |
2018-03-03 | add vim README.md to readme | Ty-Lucas Kelley | |
2018-03-03 | add basic support for markdownlint | Ty-Lucas Kelley | |
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-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 | go vet can only check files now | w0rp | |
2018-02-18 | Merge pull request #1343 from kevinkjt2000/ponyc | w0rp | |
Add Support for Ponylang | |||
2018-02-12 | Fix reason help reference | Dennis Falling | |
`ale-integration-reason-merlin` doesn't exist, changed to `ale-reasonml-ols` | |||
2018-02-10 | functional pony linter | Kevin Tindall | |
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-27 | add po support with proselint, writegood, msgfmt and alex | butlerx | |
2018-01-24 | add prettier support for graphql | butlerx | |
2018-01-24 | Merge pull request #1157 from elebow/eruby-add-erubi-linter | w0rp | |
[eruby] Add erubi linter | |||
2018-01-24 | Support fixing JSON files with fixjson | rhysd | |
2018-01-24 | Add jq as a JSON fixer | Rafael Rinaldi | |
2018-01-22 | Add Elixir linter for dialyxir (#1257) | Fran Casas | |
* Add Elixir linter for dialyxir * Update doc/ale.txt with dialyxir * Keep elixir tools alphabetically ordered in README * Add a missing entry for dialyxir to the main documentation file. | |||
2018-01-19 | Merge pull request #1287 from rhysd/prettier-markdown | w0rp | |
Enable prettier to format markdown files | |||
2018-01-19 | Merge pull request #1272 from Codezerker/master | w0rp | |
Add a luac linter for Lua | |||
2018-01-16 | [eruby] Add erubi linter | Eddie Lebow | |
Erubi is yet another parser for eRuby. This is the default parser in Rails as of version 5.1. It supports some additional syntax with similar behavior to Rails' extensions to the language, though incompatible. Rails currently still recommends their own syntax, so GetCommand still has to do the translation introduced in https://github.com/w0rp/ale/pull/1114 . Erubi does not supply an executable—It is intended to be invoked only from within a Ruby program. In this case, a one-liner on the command line. | |||
2018-01-15 | Enable prettier to format markdown files | rhysd | |
2018-01-12 | Show only the master status for AppVeyor | w0rp | |
2018-01-08 | Add a luac linter for Lua | jiangzhi.xie | |
2018-01-07 | Go: Add gotype support (#1099) | Jelte Fennema | |
2018-01-02 | Merge pull request #1252 from nthapaliya/fish-shell-linter | w0rp | |
Fish shell linter | |||
2018-01-02 | Merge branch 'add-fountain-proselint-support' | w0rp | |
2017-12-26 | Edit README and help | Niraj Thapaliya | |
2017-12-20 | Add support for linting git commit message files (#1233) | Nick Diego Yamane | |
2017-12-19 | Add Fountain and linter support information to README. | Jansen Mitchell | |
2017-12-18 | Make alex a file linter | Johannes Wienke | |
alex does not find its configuration file when using temporary files for input. | |||
2017-12-18 | Indicate that 4.2.0 is no longer strictly required for prettier-eslint, and ↵ | w0rp | |
add links for prettier-eslint and prettier-standard | |||
2017-12-18 | Sort the list of supported tools and add vale to more languages | w0rp | |
2017-12-17 | Merge pull request #1220 from languitar/linter-alex | w0rp | |
Add a linter for alex | |||
2017-12-17 | Merge pull request #1203 from Carpetsmoker/autocmd-start | w0rp | |
Add ALEStartLint autocmd | |||
2017-12-13 | Add a linter for alex | Johannes Wienke | |
https://github.com/wooorm/alex Enabled for text-like file formats and documented in README and doc. | |||
2017-12-10 | Run before lint cycle, rename autocmds | Martin Tournoij | |