Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Initialize rubocop variables in one place | w0rp | |
2017-07-06 | Fix some bad indentation | 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 | Correct a comment | w0rp | |
2017-07-05 | #729 - Use a wrapper for simplify to fix // problems on Windows | w0rp | |
2017-07-05 | #729 - Support running Python programs from virtualenv for Windows | w0rp | |
2017-07-05 | #729 Fix // in virtualenv paths | w0rp | |
2017-07-05 | Merge pull request #727 from andrew-vimmer/broken-links | w0rp | |
Fixed broken link in the CONTRIBUTING.md | |||
2017-07-05 | Correctly pass options to cpplint (#728) | Wil Thomason | |
* Fix option passing to cpplint | |||
2017-07-04 | Updated the link to `handlers.vim` file after it was broken into several | User | |
files with a03121f5b051ed1f146a8979ea5d2bb26fe05bff. | |||
2017-07-04 | Remove the issue template note about the log_output option, now it's on by ↵ | w0rp | |
default. | |||
2017-07-04 | Store the output of commands by default so I don't have to ask people to ↵ | w0rp | |
turn it on any more. | |||
2017-07-03 | Fix #216 - Filter out errors for other files for ansible-lint | w0rp | |
2017-07-03 | Fix #182 - Add support for lintr | w0rp | |
2017-07-03 | Merge pull request #722 from RsrchBoy/travis-against-all-branches | w0rp | |
Drop "only master branch" travis restriction | |||
2017-07-03 | Fix #178 - Check Stylus files with stylelint | w0rp | |
2017-07-03 | Drop "only master branch" travis restriction | Chris Weyl | |
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 | Refactor LSP jobs to use a uniform ID value | w0rp | |
2017-07-02 | Add some experimental completion code for tsserver | w0rp | |
2017-07-02 | Merge pull request #712 from RsrchBoy/perlcritic/more-explicit-profiles-doc | w0rp | |
Be more explicit about the effect of `g:..._perlcritic_profile = ''` | |||
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 | Merge pull request #716 from sobrinho/master | w0rp | |
Fix brakeman handler when there is no output | |||
2017-07-01 | Fix brakeman handler when there is no output | Gabriel Sobrinho | |
2017-06-30 | Be more explicit about the effect of `g:..._perlcritic_profile = ''` | Chris Weyl | |
Just to prevent any confusion, the documentation now explicitly states that setting `g:ale_perl_perlcritic_profile` to an empty string merely disables passing an explicit profile to `perlcritic` and does not cause `--no-profile` to be set. | |||
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 | Fix #707 - Fix some duplicate tags, and add some code to check for them | w0rp | |
2017-06-29 | Fix #706 - Skip fixers with jobs that return empty output, in case they have ↵ | w0rp | |
failed | |||
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 | Add prettier-standard support (#702) | Adam Stankiewicz | |
* Add prettier-standard support * Update ale-javascript.txt Remove a duplicated header line. | |||
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 the script for runnning tests from git archives | w0rp | |
2017-06-27 | Do not include the code of conduct in git archives | w0rp | |
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-27 | #678 - Document the sign column color behaviour | w0rp | |
2017-06-26 | Document :ALEInfo better | w0rp | |
2017-06-26 | #171 - Document every highlight | w0rp | |