summaryrefslogtreecommitdiff
path: root/autoload
AgeCommit message (Expand)Author
2017-07-07Fix #735 - Support old versions of Flow by only adding --respect-pragma for s...w0rp
2017-07-07#710 - Show warnings as warnings for ghcw0rp
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
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-03Add a function for fixing the alignment of Vim help tagsw0rp
2017-07-03Report exceptions thrown for stylelintw0rp
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
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-06-29Fix #706 - Skip fixers with jobs that return empty output, in case they have ...w0rp
2017-06-28Add prettier-standard support (#702)Adam Stankiewicz
2017-06-28Use a new window for the ALEFixSuggest command, and document it betterw0rp
2017-06-28Add puppet-lint fixer (#701)Alexander "Ace" Olofsson
2017-06-27Fix #680 - Use --shadow-file to check for problems with mypy while you typew0rp
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
2017-06-25Fix #690 - Filter out errors from other files for Haskellw0rp
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, a...w0rp
2017-06-24Added builddir option to clang-tidy to point to json folder (#688)Gagbo
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
2017-06-22Fix #676 - Fix handling of Perl errorsw0rp
2017-06-21Fix some escaping and make some tests set filenames consistentlyw0rp
2017-06-20Print messages about imports used when modules are turned offw0rp
2017-06-20Fix #668 - Support eslint for TypeScriptw0rp
2017-06-20Fix #667 - Do not add extra blank lines for add_blank_lines_for_python_contro...w0rp
2017-06-18Fix #658 - Clear highlights for all problem typesw0rp
2017-06-18Fix #661 - Fix line highlights for style errors and warningsw0rp
2017-06-18#659 - Add options for Python fixers, and cut down on duplicated documentationw0rp
2017-06-15Fix for Crystal support (#651)David Alexander
2017-06-14Fix #536 - Implement linter problem type re-mappingw0rp
2017-06-14Fix #649 - Support tsserver linting for NeoVimw0rp
2017-06-14#649 Output the tsserver command in ALEInfow0rp
2017-06-14Split up the flake8 and ansible-lint handlersw0rp
2017-06-14Simplify the code for escaping strings for Windowsw0rp
2017-06-14#538 - Set some end column indexes for flake8w0rp