summaryrefslogtreecommitdiff
path: root/test/handler
AgeCommit message (Collapse)Author
2017-05-31Fix #596 - Report exceptions thrown by flake8w0rp
2017-05-31Include 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-28Ember-template-lint handler: properly handle template parsing errors.Adrian Zalewski
2017-05-27Fix 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-24Translate pylint output column to 1-based indexNozomu Okuda
This should fix #575; also added vader tests to ensure that translation is working properly.
2017-05-20Revert "Fix #556 Remove duplicate error messages from clang++"w0rp
This reverts commit 164c4efb323f77e27942a824bd84fae91eb16db4.
2017-05-20Revert "#562 Join split JSON lines together for new Rust output"w0rp
This reverts commit 5790df12722a31e913750fad955f2a4f0ed76269.
2017-05-20Improve 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-18Merge pull request #564 from adriaanzon/php-end-columnsw0rp
Add end columns on php linter
2017-05-18Add xmllint linter (#559)q12321q
* Add xmllint linter for xml
2017-05-17Add end columns on php linter #538Adriaan Zonnenberg
2017-05-17Break up php tests so the output is easier to readAdriaan Zonnenberg
2017-05-17Fix #556 Remove duplicate error messages from clang++w0rp
2017-05-17#562 Join split JSON lines together for new Rust outputw0rp
2017-05-17Merge pull request #546 from dawikur/masterw0rp
Add cpplint linter
2017-05-16#538 Set some end columns for some eslint problemsw0rp
2017-05-16Add cpplint linterDawid Kurek
2017-05-15Fix #555 - Handle csslint errors without groupsw0rp
2017-05-15Clean up linters after running the checkstyle handlersw0rp
2017-05-15Merge pull request #551 from meunierd/add-checkstyle-linterw0rp
Add checkstyle linter
2017-05-15Fix #553 - Filter out errors from other files for gometalinterw0rp
2017-05-15Add checkstyle linterDevon Meunier
2017-05-15Haskell: add ghc-mod linterwisut hantanong
2017-05-09Merge pull request #533 from pbogut/add_php7_compatibilityAdriaan Zonnenberg
Add PHP 7 compatibility
2017-05-08Read errors from stdout only (and make sure they are displayed)Pawel Bogut
2017-05-06Fix #363 - Detect virtualenv executables and fix import paths for mypy. Use ↵w0rp
lint_file for mypy
2017-05-06Make the nimcheck tests more reliablew0rp
2017-05-06Make the gobuild tests work better when running them directlyw0rp
2017-05-06go build: skip not current buffer (#531)Alexandr
* go build: skip not current buffer * fix gobuild_handler.vader
2017-05-05Allow the Brakeman tests to be run directlyw0rp
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 errorsw0rp
2017-05-04Fix #502 - Report undefined symbol errors better for javacw0rp
2017-04-30Fix #356 Don't complain about #pragma once in C++ headersw0rp
2017-04-29Set GCC flags appropriately for older versionsw0rp
2017-04-29Fix #518 Fix handling of spaces in filenames for various lintersw0rp
2017-04-25Add 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-24Fix #469 - Remove Unicode quotes from GCC errors, which cause issuesw0rp
2017-04-24Break shared handlers up into their own files, and fix stylelint error handlingw0rp
2017-04-24Handle Unix errors with no space after the colonw0rp
2017-04-24Simplify some code and format some tests betterw0rp
2017-04-20Fix #398 - Report problems with the eslint configuration filew0rp
2017-04-20Add the Reek checker for Ruby. (#490)Eddie Lebow
Add the Reek checker for Ruby.
2017-04-19Add rpm spec file linter (rpmlint) (#486)Jason Tibbitts
* Initial attempt at an rpmlint linter. * Add some basic documentation. * Play with indentation in the test file. * Another attempt to fix the rpmlint test. * Hopefully this does it.
2017-04-18Add a function for getting matches, and use it to simplify a lot of codew0rp
2017-04-16Flow: Fix case where 1st msg points to different file (#477)Rafał Cieślak
* Flow: Fix case where 1st msg points to different file * Remove `bufnr` from Flow handler output * Fix the failing test & add a new one
2017-04-15Merge pull request #474 from jordanandree/add-crystal-lintw0rp
Add linter for Crystal lang
2017-04-15Add SQL linter sqlint, closes #395 (#472)Adriaan Zonnenberg
2017-04-13add crystal lintjordanandree
- invokes via `crystal build` command without codegen - adds vader tests
2017-04-12PHP: Fix double errors and support fatal errorsAdriaan Zonnenberg