Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-02-25 | Fix #1358, fix #1369 - Lint the package on save for go vet instead | John Eikenberry | |
2018-02-18 | Merge pull request #1343 from kevinkjt2000/ponyc | w0rp | |
Add Support for Ponylang | |||
2018-02-18 | #476 Make F401 a warning and E112 a syntax error | w0rp | |
2018-02-10 | functional pony linter | Kevin Tindall | |
2018-01-28 | updated rust handler test case | Kent Sibilev | |
2018-01-19 | Merge pull request #1272 from Codezerker/master | w0rp | |
Add a luac linter for Lua | |||
2018-01-11 | Allow syntax errors for mypy to be ignored | w0rp | |
2018-01-08 | Add a luac linter for Lua | jiangzhi.xie | |
2017-12-26 | Add handler test | Niraj Thapaliya | |
2017-12-20 | Make the error codes configurable for gitlint | w0rp | |
2017-12-20 | Add support for linting git commit message files (#1233) | Nick Diego Yamane | |
2017-12-19 | Fix the mscs tests on Windows, and use the improved Simplify for all tests ↵v1.7.0 | w0rp | |
instead. | |||
2017-12-19 | Fix #1240 - Parse line and column numbers for fatal embertemplatelint errors | w0rp | |
2017-12-19 | Fix mcsc paths and escaping for Windows | w0rp | |
2017-12-18 | Missing warning level 'suggestion' for vale | Johannes Wienke | |
Vale can also, optionally, raise suggestions. These weren't covered yet. | |||
2017-12-18 | Fix #1210 - Fix a Windows path issue which broke TSLint | w0rp | |
2017-12-18 | Get the TSLint tempname test running on Windows | w0rp | |