Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-06 | Fix #625 Ignore Perl errors from other files | w0rp | |
2017-06-06 | #482 - Fix Flow handling with relative paths | w0rp | |
2017-06-06 | Complain about incorrect uses of expand('%...') | w0rp | |
2017-06-06 | #620 Check the Nim files on disk instead | w0rp | |
2017-06-06 | Fix #624 - Ask for the Vint version in the background | w0rp | |
2017-06-02 | Add ktlint support (without formatting) for kotlin filetype (#610) | Francis Agyapong | |
* Add ktlint support (without formatting) for kotlin filetype * Fix code style and refactor to use ALE utility functions (GetMatches) * Remove options for configuration file * Refactor: Rename exec variable and use ale#Set for variable configuration | |||
2017-05-31 | Fix #557 - Detect C project roots and include root directories with headers, ↵ | w0rp | |
or include directories | |||
2017-05-31 | Fix #596 - Report exceptions thrown by flake8 | w0rp | |
2017-05-30 | Remove -X flag from perl defaults. | Olaf Alders | |
"-X Disables all warnings regardless of use warnings or $^W". See "perldoc perlrun" or http://perldoc.perl.org/perlrun.html With the current defaults, warnings are squashed. For example: $ perl -X -Mwarnings -c -e'BEGIN { 42 + undef }' -e syntax OK $ perl -Mwarnings -c -e'BEGIN { 42 + undef }' Use of uninitialized value in addition (+) at -e line 1. -e syntax OK So, it's not clear from the current defaults whether Ale wants to remove warnings or enable them. As it stands, it's trying to do both and the disabling appears to win. This commit enables warnings by default. | |||
2017-05-28 | Ember-template-lint handler: properly handle template parsing errors. | Adrian Zalewski | |
2017-05-28 | Merge pull request #585 from gavocanov/master | w0rp | |
kotlin linter support for maven/pom.xml | |||
2017-05-28 | Revert "Fix #501 - Do not run javac when it is just a stub asking you to ↵ | w0rp | |
install Java on Mac OSX" This reverts commit 528355e2c6cf64fbc0d459a7a512a7823f90043d. | |||
2017-05-27 | Refactor running of local Node programs with a helper function | w0rp | |
2017-05-27 | kotlin linter support for maven/pom.xml | Paolo Gavocanov | |
2017-05-26 | #576 Run the eslint.js file created by React with node on Windows | w0rp | |
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-22 | Fix initialization of the use_global variable for eslint | w0rp | |
2017-05-20 | Add experimental code for fixing errors | w0rp | |
2017-05-20 | Merge pull request #568 from Qusic/master | w0rp | |
Add clang for objc and objcpp | |||
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-20 | add clang for objc and objcpp | Qusic | |
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-18 | Clean up the rubocop file a little | w0rp | |
2017-05-18 | Merge pull request #561 from meunierd/override-rubocop-executable | w0rp | |
Allow overriding rubocop executable. | |||
2017-05-17 | Add end columns on php linter #538 | Adriaan Zonnenberg | |
2017-05-17 | Escape executable | Devon Meunier | |
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 | Allow overriding rubocop executable. | Devon Meunier | |
2017-05-16 | Add cpplint linter | Dawid Kurek | |
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-12 | #549 Temporarily revert shell escaping changes, just for Windows | w0rp | |
2017-05-09 | Merge pull request #533 from pbogut/add_php7_compatibility | Adriaan Zonnenberg | |
Add PHP 7 compatibility | |||
2017-05-08 | #540 Fix shell escaping pretty much everywhere | w0rp | |
2017-05-08 | Read errors from stdout only (and make sure they are displayed) | Pawel Bogut | |
2017-05-07 | Support `python -m flake8` for users who are running flake8 that way | w0rp | |
2017-05-07 | Escape JavaScript executables in commands | w0rp | |
2017-05-07 | #335 Detect flake8 in vritualenv, and escape the executable path | w0rp | |
2017-05-07 | Remove a comment we don't need any more | w0rp | |
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 | Escape the pylint executable appropriately | w0rp | |
2017-05-06 | Fix #208 - Use the file on disk for pylint, and follow import paths | w0rp | |
2017-05-06 | #208 Automatically detect pylint in virtualenv directories | w0rp | |
2017-05-06 | #532 Rename a Vint variable so it's more obvious | w0rp | |
2017-05-06 | go build: skip not current buffer (#531) | Alexandr | |
* go build: skip not current buffer * fix gobuild_handler.vader |