Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-17 | Merge pull request #1650 from yasuhiroki/support-cfn-python-lint | w0rp | |
Add linter for AWS CloudFormation template file | |||
2018-06-15 | Tell people that there's no cost for LSP support if they don't need it | w0rp | |
2018-06-12 | Add linter for AWS CloudFormation template file | yasuhiroki | |
2018-06-06 | Add the cquery LSP #1475 #1594 | Ben Falconer | |
2018-06-04 | Typo: TypeSript -> TypeScript | Radhika Morabia | |
2018-06-03 | Add 'scalafmt' fixer for Scala files | Jeffrey Lau | |
closes https://github.com/w0rp/ale/issues/1299 | |||
2018-05-30 | Mention g:ale_linters_explicit in the READMEv1.9.0 | w0rp | |
2018-05-30 | Fix #1610 - Encourage the use of ftplugin files more | w0rp | |
2018-05-30 | Merge pull request #1589 from gagbo/balloon_doc | w0rp | |
Documentation : document the mouseover magic | |||
2018-05-28 | Encourage people to use NeoVim 0.2.0 or above in the README. | w0rp | |
2018-05-17 | Documentation : Add mention of mouseover in README | Gerry Agbobada | |
2018-05-08 | Merge pull request #1555 from BobuSumisu/nasm-linter | w0rp | |
Added NASM assembly linter | |||
2018-05-08 | #852 Update the REAME to mention %...code...% | w0rp | |
2018-05-04 | Added NASM linter | Øyvind Ingvaldsen | |
Added NASM linter (for nasm filetype). | |||
2018-05-03 | Tell people to install prettier-eslint-cli instead | w0rp | |
2018-05-02 | Make the features ALE supports clearer in the README | w0rp | |
2018-04-28 | A couple of more doc fixes | Chris Marchesi | |
* Update section 5.viii in the README with ALEJobStarted and re-format the example. * Add an extra line after documentation update to ensure consistency with the rest of the doc. | |||
2018-04-24 | #1428 Show multiline hover messages, and document the new command | w0rp | |
2018-04-22 | Add support for finding references using LSP servers or tsserver | w0rp | |
2018-04-22 | Merge pull request #1517 from kfly8/perltidy-fixer | w0rp | |
Added perltidy fixer | |||
2018-04-22 | Close #1162 - Implement completion support with LSP servers | w0rp | |
2018-04-21 | add perltidy fixer | Kenta, Kobayashi | |
2018-04-20 | Add cucumber checker for cucumber files | Eddie Lebow | |
For now, it only detects undefined steps. The nearest `features` dir above the buffer file is loaded, so step definitions should be found correctly. Tested only with Cucumber for Ruby, but it should work for any cucumber that follows a substantially similar directory structure. | |||
2018-04-09 | Add support for the java PMD linter | Johannes Wienke | |
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 #1429 from stewy33/master | w0rp | |
Add support for Mercury language using mmc as a linter. | |||
2018-03-25 | add documentation on mmc linter | Stewy Slocum | |
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 | |