Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-30 | Indicate that a C compiler failed due to problems in a header file | w0rp | |
2018-07-26 | Add support for 'vulture' for Python | Yauhen Kirylau | |
2018-07-12 | Fix #1716 - Replace tempdir() with a wrapper to preserve TMPDIR | w0rp | |
2018-07-01 | Respect ale_warn_about_trailing_whitespace for yamllint | w0rp | |
2018-07-01 | Capture error codes for yamlllint | w0rp | |
2018-07-01 | Add tests for the yamllint handler | w0rp | |
2018-06-27 | Merge pull request #1675 from nicopauss/master | w0rp | |
Improve pyrex cython linter. | |||
2018-06-27 | Merge pull request #1682 from fennerm/fix_prospector_e474 | w0rp | |
Fix prospector empty string error | |||
2018-06-26 | Fix prospector empty string error | Fenner Macrae | |
Prospector linter is raising error when no warnings are present in file (#1680). Copied fix from #779. | |||
2018-06-25 | Handle cython warning with custom handle and remove '--warning-errors'. | Nicolas Pauss | |
Add a custom handler to support cython warning format. Remove '--warning-errors' to keep previous behaviour. | |||
2018-06-20 | Merge pull request #1665 from ashemedai/master | w0rp | |
Make CloudFormation linter work again with latest version | |||
2018-06-20 | Merge pull request #1618 from colbydehart/master | w0rp | |
[new linter] Add mix linter for elixir | |||
2018-06-20 | Update test to match update to linter | Jeroen Ruigrok van der Werven | |
Also make lnum and col proper strings, since that is how it is matched by the regexp, ALE handles the conversion to number. | |||
2018-06-13 | Add end_lnum and end_col in cfn_python_lint handler | yasuhiroki | |
2018-06-12 | Add linter for AWS CloudFormation template file | yasuhiroki | |
2018-06-03 | Respect warn_about_trailing_whitespace for gitlint | w0rp | |
2018-06-02 | handled temp file and env variable correctly; added tests | Colby Dehart | |
2018-06-02 | Merge pull request #1617 from luitzifa/master | w0rp | |
Fix for puppet version >= 5.4.0 | |||
2018-05-29 | Fix for puppet version 5.4.0 | Daniel Kraemer | |
i don't know of any version lower than 5.4.0 | |||
2018-05-26 | Merge pull request #1574 from hecrj/elm-0.19 | w0rp | |
Support Elm 0.19 | |||
2018-05-15 | Fix #1584 - Make duplicate msgfmt messages easier to navigate | w0rp | |
2018-05-15 | Make Elm linter backwards compatible with Elm 0.18 | Héctor Ramón Jiménez | |
2018-05-12 | Show Elm.Kernel as location when `report.path` is `null` in a general problem | Héctor Ramón Jiménez | |
2018-05-12 | Use `message` as `text` instead of `title` | Héctor Ramón Jiménez | |
`title` does not contain much information which forces to use :ALEDetail most of the time | |||
2018-05-11 | Test global problems and imported module errors | Héctor Ramón Jiménez | |
2018-05-11 | Upgrade Elm linter to support 0.19 error reports | Héctor Ramón Jiménez | |
2018-05-09 | Merge pull request #1563 from IngoHeimbach/fix/gcc-fatal-error | w0rp | |
Fatal GCC errors are handled as errors not warnings | |||
2018-05-09 | Fatal GCC errors are handled as errors not warnings | Ingo Heimbach | |
2018-05-04 | smallfix | Øyvind Ingvaldsen | |
2018-05-04 | Added NASM linter | Øyvind Ingvaldsen | |
Added NASM linter (for nasm filetype). | |||
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-10 | Fix #1492 - Make pylint error parsing work on Windows | w0rp | |
2018-04-09 | Add support for the java PMD linter | Johannes Wienke | |
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 support for mercury language using mmc as 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-23 | Fix #1373 - Fix a bug with Fish errors not being handled on Linux | w0rp | |
2018-03-22 | fix: Handle ranges for the remark linter #1207 | Adrián González Rus | |
2018-03-20 | Merge remote-tracking branch 'tylucaskelley/master' | w0rp | |
2018-03-20 | Use govet handler for gosimple, gotype, staticcheck | Ben Paxton | |
2018-03-18 | handle multibyte string when linting text with redpen (#1416) | INOUE Yosuke | |
* handle multibyte string when linting text with redpen * fix error when no string is provided, fix test's expect value * remove ambiguious `==` operator | |||
2018-03-18 | add textlint support for markdown (#1383) | Hideaki Tokida | |
2018-03-14 | Fix awk linter and security concerns. (#1411) | Anthony DeDominic | |
* Fixed (g)awk linter * Made it secure, albeit less useful. * Added gawk handler; the cpplint one was not working? * Added gawk handler test. * added warning to gawk handler. * added gawk command callback test * added comment about --source * added back optional commandline option | |||
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-03 | add test for markdownlint hander | Ty-Lucas Kelley | |
2018-03-02 | [WIP] Begin to distinguish between Perl warnings and errors (#933) | Olaf Alders | |
* If a Perl script compiles, there are only warnings and no errors * Let the first Perl error or warning win. Take the following example: *** sub foo { my $thing; *** This might have the following messages when we compile it: Missing right curly or square bracket at warning.pl line 7, at end of line syntax error at warning.pl line 7, at EOF warning.pl had compilation errors. With the current behaviour, we just get a "syntax error" message, which isn't all that helpful. With this patch we get "Missing right curly or square bracket". * Fix variable scope and pattern matching syntax * Use named variable to enhance clarity when matching Perl output * Add more tests for Perl linter * Remove unnecessary parens * Simplify check for pattern match | |||
2018-03-02 | Try to fix it again | w0rp | |
2018-03-02 | Try to fix a test which is failing on Windows | w0rp | |