summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2018-04-09Add support for the java PMD linterJohannes Wienke
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-25add documentation on mmc linterStewy Slocum
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-21Merge pull request #1409 from x1024/patch-1w0rp
Add new FAQ item for g:ale_list_window_size
2018-03-21Update the table of content for the new FAQ entry.w0rp
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-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-08Add new FAQ item for g:ale_list_window_sizex x
2018-03-03add vim README.md to readmeTy-Lucas Kelley
2018-03-03add basic support for markdownlintTy-Lucas Kelley
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-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-25go vet can only check files noww0rp
2018-02-18Merge pull request #1343 from kevinkjt2000/ponycw0rp
Add Support for Ponylang
2018-02-12Fix reason help referenceDennis Falling
`ale-integration-reason-merlin` doesn't exist, changed to `ale-reasonml-ols`
2018-02-10functional pony linterKevin Tindall
2018-02-01Add prettier fixer support to vueblyoa
2018-01-30Merge pull request #1308 from lorenzo/patch-1w0rp
Improving hadolint checker
2018-01-29Added tests for hadolintJose Lorenzo Rodriguez
2018-01-28Merge pull request #1321 from butlerx/feature/pow0rp
add po support with proselint, writegood, msgfmt and alex
2018-01-27add po support with proselint, writegood, msgfmt and alexbutlerx
2018-01-24add prettier support for graphqlbutlerx
2018-01-24Merge pull request #1157 from elebow/eruby-add-erubi-linterw0rp
[eruby] Add erubi linter
2018-01-24Support fixing JSON files with fixjsonrhysd
2018-01-24Add jq as a JSON fixerRafael Rinaldi
2018-01-22Add 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-19Merge pull request #1287 from rhysd/prettier-markdownw0rp
Enable prettier to format markdown files
2018-01-19Merge pull request #1272 from Codezerker/masterw0rp
Add a luac linter for Lua
2018-01-16[eruby] Add erubi linterEddie 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-15Enable prettier to format markdown filesrhysd
2018-01-12Show only the master status for AppVeyorw0rp
2018-01-08Add a luac linter for Luajiangzhi.xie
2018-01-07Go: Add gotype support (#1099)Jelte Fennema
2018-01-02Merge pull request #1252 from nthapaliya/fish-shell-linterw0rp
Fish shell linter
2018-01-02Merge branch 'add-fountain-proselint-support'w0rp
2017-12-26Edit README and helpNiraj Thapaliya
2017-12-20Add support for linting git commit message files (#1233)Nick Diego Yamane
2017-12-19Add Fountain and linter support information to README.Jansen Mitchell
2017-12-18Make alex a file linterJohannes Wienke
alex does not find its configuration file when using temporary files for input.