Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2017-12-18 | Merge pull request #1232 from languitar/vale-json | w0rp | |
Use JSON output with vale | |||
2017-12-17 | Fix typos in flake8 test messages | Nick Diego Yamane | |
Signed-off-by: Nick Diego Yamane <nick.diego@gmail.com> | |||
2017-12-17 | Use JSON output with vale | Johannes Wienke | |
Switches all vale instances to JSON output and provides an appropriate handler for that. Without JSON, no end_col is provided and text highlighting only catches the first character of every result. | |||
2017-12-17 | Merge pull request #1220 from languitar/linter-alex | w0rp | |
Add a linter for alex | |||
2017-12-13 | Fix PHP linter to support PHP 7.2 lint output | Stephen Rathbone | |
2017-12-13 | Add a vader test for the message handler | Johannes Wienke | |
2017-12-13 | Fix #1216 - Suppress trailing whitespace warings for ansible-lint when the ↵ | w0rp | |
option is set | |||
2017-12-10 | Disable a test on Windows for now, because Windows is stupid | w0rp | |
2017-12-10 | Get the new test to pass on Windows | w0rp | |