summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2017-06-26#171 - Document every highlightw0rp
2017-06-26Merge pull request #695 from jsivak/feature/fix_multiple_parensw0rp
Change regex to better handle messages with multiple groups of parentheses.
2017-06-25Change regex to better handle messages with multiple groups of parentheses.John Sivak
2017-06-25Fix #694 - Ignore BEGIN failed errors for Perl only for certain errorsw0rp
2017-06-25Detect .git directories for finding the project root for C projectsw0rp
2017-06-25Move ale#handlers#c functions into ale#cw0rp
2017-06-25Add ruby fixer using `rubocop --auto-correct` (#689)Lynn Dylan Hurley
* add ruby fixer for `rubocop --auto-correct`
2017-06-25Explain how to use the airline extension betterw0rp
2017-06-25Feature/restore display of symbol (#693)John Sivak
* Add display of the pylint symbol name after the message. * Update test to pass.
2017-06-25Improve 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-25Fix #690 - Filter out errors from other files for Haskellw0rp
2017-06-25#684 Handle tslint errors without the severity included, and use character ↵w0rp
instead of position for the columns
2017-06-25Fix the tests harderw0rp
2017-06-25Fix the tests for the fix on save featurew0rp
2017-06-25#665 - Replace the nomodified line with :w!w0rp
2017-06-25Fix #665 - Stop prompts appearing when fixing files on savew0rp
2017-06-25Fix #684 - Use the JSON format for tslint, for consistency betwen versions, ↵w0rp
and handling of end line and column numbers
2017-06-25Ask for let g:ale_history_log_output = 1 first in the issue templatew0rp
2017-06-24Fix #683 Recommend prettier and eslint over prettier-eslintw0rp
2017-06-24Add clangcheck Linter to cpp (#686)Gagbo
Add a clangcheck linter
2017-06-24Added builddir option to clang-tidy to point to json folder (#688)Gagbo
Detect compille_commands.json files for clang-tidy
2017-06-24#681 Show extra kotlin errors at line 1w0rp
2017-06-24Fix #687 - Check files on enter if they have changedw0rp
2017-06-22Fix #677 - Ignore errors from other files for cppcheckw0rp