Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-09 | Fix issues with running individual tests, and get the Vim tests to run on ↵ | w0rp | |
certain machines again | |||
2017-07-09 | Support setting settings with g:ale_pattern_options | w0rp | |
2017-07-08 | Use different reporter to support older versions of jscs (#737) | Jonathan Boudreau | |
* Use different reporter to support older versions of jscs * Add test and make more consistent with other code * Add documentation for jscs * Add more test coverage | |||
2017-07-07 | #697 - Clear all highlights every time items are set again, and refactor ↵ | w0rp | |
most things. Clear errors when linters are removed | |||
2017-07-07 | Fix windows path check on rust linter (#736) | daa84 | |
* Fix rust linter on windows * Add windows path test * Use ale#path#IsBufferPath to compare paths * Fix errors | |||
2017-07-07 | #710 - Fix a parsing bug caused by the last fix | w0rp | |
2017-07-07 | Fix #735 - Support old versions of Flow by only adding --respect-pragma for ↵ | w0rp | |
supported versions | |||
2017-07-07 | #710 - Show warnings as warnings for ghc | w0rp | |
2017-07-07 | Make the executable for gometalinter configurable | w0rp | |
2017-07-06 | #732 - Use the configuration files when fixing files with rubocop | w0rp | |
2017-07-06 | Add ale_fix_on_save and ale_fixers to debug output (#731) | Gregory Einfrank | |
* Add ale_fix_on_save and ale_fixers to debug output * Fix test by adding new ale-fix vars | |||
2017-07-05 | #729 - Use a wrapper for simplify to fix // problems on Windows | w0rp | |
2017-07-03 | Fix #216 - Filter out errors for other files for ansible-lint | w0rp | |
2017-07-03 | Add a function for fixing the alignment of Vim help tags | w0rp | |
2017-07-03 | Report exceptions thrown for stylelint | w0rp | |
2017-07-03 | Allow `hadolint` linter to run via docker image (#720) | Chris Weyl | |
* Add documentation for hadolint (doc/ale-hadolint.txt) * Allow `hadolint` linter to run via docker image These changes enable the `hadolint` linter to run via the author's docker image, if present. Three modes are supported: * never use docker; * always use docker; and * use docker as a failback. | |||
2017-07-02 | Remove the need for pointless callbacks for LSP linters | w0rp | |
2017-07-02 | Support an 'stdio' type for linter defintions, and require a command for LSP ↵ | w0rp | |
connections via programs | |||
2017-07-02 | Get automatic completion with tsserver to work | w0rp | |
2017-07-02 | Add some experimental completion code for tsserver | w0rp | |
2017-07-02 | Adjust output of `luacheck` linter to include error code (#717) | Ryan | |
* linters/lua/luacheck: Show error code in message | |||
2017-07-01 | Fix brakeman handler when there is no output | Gabriel Sobrinho | |
2017-06-29 | Add profile, other options to the perlcritic linter (#675) | Chris Weyl | |
* Add profile, other options to the perlcritic linter | |||
2017-06-29 | Make pug-lint detect node_modules executables, and add options for pug-lint ↵ | w0rp | |
like the other linters | |||
2017-06-29 | Adds an option to pass additional arguments to the verilog/verilator … (#698) | Tarik Graba | |
* Adds an option to pass additional arguments to the verilog/verilator linter The new otion is g:ale_verilog_verilator_options + doc * Spell check verilog linter doc file * Add entries to the verilog linters in the doc table of content * Vader test for verilog/verilator linter args option verilog_verilator_options | |||
2017-06-28 | Use a new window for the ALEFixSuggest command, and document it better | w0rp | |
2017-06-28 | Add puppet-lint fixer (#701) | Alexander "Ace" Olofsson | |
* Add puppet-lint fixer * Add vader test for puppetlint fixer * Ensure puppetlint variables are initialized | |||
2017-06-27 | Merge pull request #699 from jwoudenberg/master | w0rp | |
Elm linter shows full error ranges | |||
2017-06-27 | Elm linter shows full error ranges | Jasper Woudenberg | |
2017-06-27 | Remove style classification from E999 (#696)v1.4.0 | Nick Krichevsky | |
* Remove style classification from E999 * Update test_flake8_handler to reflect E999 changes | |||
2017-06-27 | Fix #680 - Use --shadow-file to check for problems with mypy while you type | w0rp | |
2017-06-25 | Change regex to better handle messages with multiple groups of parentheses. | John Sivak | |
2017-06-25 | Fix #694 - Ignore BEGIN failed errors for Perl only for certain errors | w0rp | |
2017-06-25 | Detect .git directories for finding the project root for C projects | w0rp | |
2017-06-25 | Add ruby fixer using `rubocop --auto-correct` (#689) | Lynn Dylan Hurley | |
* add ruby fixer for `rubocop --auto-correct` | |||
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 the tests harder | w0rp | |
2017-06-25 | Fix the tests for the fix on save feature | w0rp | |
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-24 | Added builddir option to clang-tidy to point to json folder (#688) | Gagbo | |
Detect compille_commands.json files for clang-tidy | |||
2017-06-24 | Fix #687 - Check files on enter if they have changed | w0rp | |
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 some escaping and make some tests set filenames consistently | w0rp | |
2017-06-21 | Support project's local phpcs installation (#666) | Eric Stern | |
* Use locally-installed PHPCS if available * Add author * Add configuration options * Escape executable * Add tests | |||
2017-06-21 | Fix the standard and xo handlers so they call the eslint function | w0rp | |