Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-25 | Feature/restore display of symbol (#693) | John Sivak | |
* Add display of the pylint symbol name after the message. * Update test to pass. | |||
2017-06-25 | Improve elm linter (#637) | Jasper Woudenberg | |
* Improve elm linter Some types of errors do not return nice JSON. Show them on the first line instead of showing nothing. * Remove unnecessary properties from elm linter * Add a vader test for elm-make linter * Test non-JSON elm-make errors are shown | |||
2017-06-25 | Fix #690 - Filter out errors from other files for Haskell | w0rp | |
2017-06-25 | #684 Handle tslint errors without the severity included, and use character ↵ | w0rp | |
instead of position for the columns | |||
2017-06-25 | Fix #684 - Use the JSON format for tslint, for consistency betwen versions, ↵ | w0rp | |
and handling of end line and column numbers | |||
2017-06-22 | Fix #677 - Ignore errors from other files for cppcheck | w0rp | |
2017-06-22 | Fix the Perl tests in Docker | w0rp | |
2017-06-22 | Fix #676 - Fix handling of Perl errors | w0rp | |
2017-06-21 | Fix the standard and xo handlers so they call the eslint function | w0rp | |
2017-06-20 | Print messages about imports used when modules are turned off | w0rp | |
2017-06-20 | Fix #668 - Support eslint for TypeScript | w0rp | |
2017-06-19 | handle column number in javac linter (#660) | oaue | |
* handle column number in javac linter * Updated tests with column number for javac errors. * Updated tests with column number for javac errors. | |||
2017-06-18 | TSLint: distinguish warnings from errors (#663) | Pavel Kuropatkin | |
* TSLint: distinguish warnings from errors * Test for TSlint warning/error distinguishing code added. | |||
2017-06-14 | Fix an ansible-lint test | w0rp | |
2017-06-14 | #430 Use the style sub_type for flake8 problems | w0rp | |
2017-06-14 | Split up the flake8 and ansible-lint handlers | w0rp | |
2017-06-14 | #538 - Set some end column indexes for flake8 | w0rp | |
2017-06-07 | Fix the stylelint tests to match the changes to the handler | w0rp | |
2017-06-06 | Fix #625 Ignore Perl errors from other files | w0rp | |
2017-06-06 | #482 - Fix Flow handling with relative paths | w0rp | |
2017-05-31 | Include span label in rust lints (#601) | Jon Gjengset | |
* Include span label in rust lints This turns relatively unhelpful error messages like mismatched types into more expressive messages along the lines of mismatched types: expected bool, found integral variable Fixes #597. * Exclude rust lint span label if empty * Use single-quoted strings in vimscript * Add test for detailed rust errors * Prune Cargo JSON * Use matching error file name * Byte offsets not char offsets | |||
2017-05-31 | Fix #596 - Report exceptions thrown by flake8 | w0rp | |
2017-05-31 | Include location list end column for rust lint (#602) | Jon Gjengset | |
* Include location list end column for rust lint Fixes #599. * Include rust lint end_lnum for good measure * Reverse engineer end_* for rust lint tests | |||
2017-05-28 | Ember-template-lint handler: properly handle template parsing errors. | Adrian Zalewski | |
2017-05-27 | Fix file name checking in rust handler (#581) | Agata Naomichi | |
* Fix file name checking in rust handler * Add a test for rust hanler * Remove unused variable | |||
2017-05-24 | Translate pylint output column to 1-based index | Nozomu Okuda | |
This should fix #575; also added vader tests to ensure that translation is working properly. | |||
2017-05-20 | Revert "Fix #556 Remove duplicate error messages from clang++" | w0rp | |
This reverts commit 164c4efb323f77e27942a824bd84fae91eb16db4. | |||
2017-05-20 | Revert "#562 Join split JSON lines together for new Rust output" | w0rp | |
This reverts commit 5790df12722a31e913750fad955f2a4f0ed76269. | |||
2017-05-20 | Improve performance when using gometalinter (#566) | Sander van Harmelen | |
* Improve performance when using gometalinter Before this change when I opened a big project that had 6000+ warnings/errors it took ages to get the actual warnings/errors and it caused my CPU to be busy for quite some time. The call to gometalinter alone took about 24 seconds, but after that vim was struggling as well. After this change the gometalinter call just takes 2 seconds and nothing noticable happens with the CPU and/or vim. * Removed obsolete test This logic is no longer done by the `ale` plugin, but by `gometalinter` itself. | |||
2017-05-18 | Merge pull request #564 from adriaanzon/php-end-columns | w0rp | |
Add end columns on php linter | |||
2017-05-18 | Add xmllint linter (#559) | q12321q | |
* Add xmllint linter for xml | |||
2017-05-17 | Add end columns on php linter #538 | Adriaan Zonnenberg | |
2017-05-17 | Break up php tests so the output is easier to read | Adriaan Zonnenberg | |
2017-05-17 | Fix #556 Remove duplicate error messages from clang++ | w0rp | |
2017-05-17 | #562 Join split JSON lines together for new Rust output | w0rp | |
2017-05-17 | Merge pull request #546 from dawikur/master | w0rp | |
Add cpplint linter | |||
2017-05-16 | #538 Set some end columns for some eslint problems | w0rp | |
2017-05-16 | Add cpplint linter | Dawid Kurek | |
2017-05-15 | Fix #555 - Handle csslint errors without groups | w0rp | |
2017-05-15 | Clean up linters after running the checkstyle handlers | w0rp | |
2017-05-15 | Merge pull request #551 from meunierd/add-checkstyle-linter | w0rp | |
Add checkstyle linter | |||
2017-05-15 | Fix #553 - Filter out errors from other files for gometalinter | w0rp | |
2017-05-15 | Add checkstyle linter | Devon Meunier | |
2017-05-15 | Haskell: add ghc-mod linter | wisut hantanong | |
2017-05-09 | Merge pull request #533 from pbogut/add_php7_compatibility | Adriaan Zonnenberg | |
Add PHP 7 compatibility | |||
2017-05-08 | Read errors from stdout only (and make sure they are displayed) | Pawel Bogut | |
2017-05-06 | Fix #363 - Detect virtualenv executables and fix import paths for mypy. Use ↵ | w0rp | |
lint_file for mypy | |||
2017-05-06 | Make the nimcheck tests more reliable | w0rp | |
2017-05-06 | Make the gobuild tests work better when running them directly | w0rp | |
2017-05-06 | go build: skip not current buffer (#531) | Alexandr | |
* go build: skip not current buffer * fix gobuild_handler.vader |