summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-07Fix #735 - Support old versions of Flow by only adding --respect-pragma for ↵w0rp
supported versions
2017-07-07#710 - Show warnings as warnings for ghcw0rp
2017-07-07Make the executable for gometalinter configurablew0rp
2017-07-06#732 - Use the configuration files when fixing files with rubocopw0rp
2017-07-06Initialize rubocop variables in one placew0rp
2017-07-06Fix some bad indentationw0rp
2017-07-06Add 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-05Correct a commentw0rp
2017-07-05#729 - Use a wrapper for simplify to fix // problems on Windowsw0rp
2017-07-05#729 - Support running Python programs from virtualenv for Windowsw0rp
2017-07-05#729 Fix // in virtualenv pathsw0rp
2017-07-05Merge pull request #727 from andrew-vimmer/broken-linksw0rp
Fixed broken link in the CONTRIBUTING.md
2017-07-05Correctly pass options to cpplint (#728)Wil Thomason
* Fix option passing to cpplint
2017-07-04Updated the link to `handlers.vim` file after it was broken into severalUser
files with a03121f5b051ed1f146a8979ea5d2bb26fe05bff.
2017-07-04Remove the issue template note about the log_output option, now it's on by ↵w0rp
default.
2017-07-04Store the output of commands by default so I don't have to ask people to ↵w0rp
turn it on any more.
2017-07-03Fix #216 - Filter out errors for other files for ansible-lintw0rp
2017-07-03Fix #182 - Add support for lintrw0rp
2017-07-03Merge pull request #722 from RsrchBoy/travis-against-all-branchesw0rp
Drop "only master branch" travis restriction
2017-07-03Fix #178 - Check Stylus files with stylelintw0rp
2017-07-03Drop "only master branch" travis restrictionChris Weyl
2017-07-03Add a function for fixing the alignment of Vim help tagsw0rp
2017-07-03Report exceptions thrown for stylelintw0rp
2017-07-03Allow `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-02Remove the need for pointless callbacks for LSP lintersw0rp
2017-07-02Support an 'stdio' type for linter defintions, and require a command for LSP ↵w0rp
connections via programs
2017-07-02Get automatic completion with tsserver to workw0rp
2017-07-02Refactor LSP jobs to use a uniform ID valuew0rp
2017-07-02Add some experimental completion code for tsserverw0rp
2017-07-02Merge pull request #712 from RsrchBoy/perlcritic/more-explicit-profiles-docw0rp
Be more explicit about the effect of `g:..._perlcritic_profile = ''`
2017-07-02Adjust output of `luacheck` linter to include error code (#717)Ryan
* linters/lua/luacheck: Show error code in message
2017-07-01Merge pull request #716 from sobrinho/masterw0rp
Fix brakeman handler when there is no output
2017-07-01Fix brakeman handler when there is no outputGabriel Sobrinho
2017-06-30Be 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-29Add profile, other options to the perlcritic linter (#675)Chris Weyl
* Add profile, other options to the perlcritic linter
2017-06-29Fix #707 - Fix some duplicate tags, and add some code to check for themw0rp
2017-06-29Fix #706 - Skip fixers with jobs that return empty output, in case they have ↵w0rp
failed
2017-06-29Make pug-lint detect node_modules executables, and add options for pug-lint ↵w0rp
like the other linters
2017-06-29Adds 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-28Add prettier-standard support (#702)Adam Stankiewicz
* Add prettier-standard support * Update ale-javascript.txt Remove a duplicated header line.
2017-06-28Use a new window for the ALEFixSuggest command, and document it betterw0rp
2017-06-28Add puppet-lint fixer (#701)Alexander "Ace" Olofsson
* Add puppet-lint fixer * Add vader test for puppetlint fixer * Ensure puppetlint variables are initialized
2017-06-27Merge pull request #699 from jwoudenberg/masterw0rp
Elm linter shows full error ranges
2017-06-27Elm linter shows full error rangesJasper Woudenberg
2017-06-27Remove the script for runnning tests from git archivesw0rp
2017-06-27Do not include the code of conduct in git archivesw0rp
2017-06-27Remove style classification from E999 (#696)v1.4.0Nick Krichevsky
* Remove style classification from E999 * Update test_flake8_handler to reflect E999 changes
2017-06-27Fix #680 - Use --shadow-file to check for problems with mypy while you typew0rp
2017-06-27#678 - Document the sign column color behaviourw0rp
2017-06-26Document :ALEInfo betterw0rp