Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2017-06-26 | Merge pull request #695 from jsivak/feature/fix_multiple_parens | w0rp | |
Change regex to better handle messages with multiple groups of parentheses. | |||
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 | Move ale#handlers#c functions into ale#c | 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 | Explain how to use the airline extension better | w0rp | |
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 | #665 - Replace the nomodified line with :w! | w0rp | |
2017-06-25 | Fix #665 - Stop prompts appearing when fixing files on save | 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-25 | Ask for let g:ale_history_log_output = 1 first in the issue template | w0rp | |
2017-06-24 | Fix #683 Recommend prettier and eslint over prettier-eslint | w0rp | |
2017-06-24 | Add clangcheck Linter to cpp (#686) | Gagbo | |
Add a clangcheck linter | |||
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 | #681 Show extra kotlin errors at line 1 | w0rp | |
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-22 | Set the --no-color flag for Vint if we fail to parse the version number for ↵ | w0rp | |
some reason | |||
2017-06-21 | Document the new phpcs options | 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 | |
2017-06-20 | Print messages about imports used when modules are turned off | w0rp | |
2017-06-20 | Fix #668 - Support eslint for TypeScript | w0rp | |
2017-06-20 | Fix #667 - Do not add extra blank lines for ↵ | w0rp | |
add_blank_lines_for_python_control_statements | |||
2017-06-19 | handle column number in javac linter (#660) | oaue | |
* handle column number in javac linter * Updated tests with column number for javac errors. * Updated tests with column number for javac errors. | |||
2017-06-19 | #662 Fix kotlinc configuration name escaping | w0rp | |
2017-06-18 | TSLint: distinguish warnings from errors (#663) | Pavel Kuropatkin | |
* TSLint: distinguish warnings from errors * Test for TSlint warning/error distinguishing code added. | |||
2017-06-18 | Add a non Code of Conduct | w0rp | |