Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2017-05-05 | Allow the Brakeman tests to be run directly | w0rp | |
2017-05-05 | [RFC] Add Brakeman for Ruby on Rails (references #385) (#509) | Eddie Lebow | |
* Add brakeman for Ruby on Rails | |||
2017-05-04 | #502 Parse more undefined symbol errors | w0rp | |
2017-05-04 | Fix #502 - Report undefined symbol errors better for javac | w0rp | |
2017-04-30 | Fix #356 Don't complain about #pragma once in C++ headers | w0rp | |
2017-04-29 | Set GCC flags appropriately for older versions | w0rp | |
2017-04-29 | Fix #518 Fix handling of spaces in filenames for various linters | w0rp | |
2017-04-25 | Add erb linter (#497) | Matthias Günther | |
* Add eruby linter * Update README with erb linter * Fix example and contributions * Remove trailing newline * Fix for Vimscript style guide * Eruby-linter: codereview with @w0rp - read from stderro output_stream * Eruby-linter: codereview => add handler for ruby * Eruby-linter: codereview - eruby and ruby lint use the same ruby-handler (removes duplicated handling logic) * Eruby-linter: try to fix tests | |||
2017-04-24 | Fix #469 - Remove Unicode quotes from GCC errors, which cause issues | w0rp | |
2017-04-24 | Break shared handlers up into their own files, and fix stylelint error handling | w0rp | |
2017-04-24 | Handle Unix errors with no space after the colon | w0rp | |