summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2017-06-22Fix the Perl tests in Dockerw0rp
2017-06-22Fix #676 - Fix handling of Perl errorsw0rp
2017-06-22Set the --no-color flag for Vint if we fail to parse the version number for ↵w0rp
some reason
2017-06-21Document the new phpcs optionsw0rp
2017-06-21Fix some escaping and make some tests set filenames consistentlyw0rp
2017-06-21Support 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-21Fix the standard and xo handlers so they call the eslint functionw0rp
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 ↵w0rp
add_blank_lines_for_python_control_statements
2017-06-19handle 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 escapingw0rp
2017-06-18TSLint: distinguish warnings from errors (#663)Pavel Kuropatkin
* TSLint: distinguish warnings from errors * Test for TSlint warning/error distinguishing code added.
2017-06-18Add a non Code of Conductw0rp
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
* Strip color from Crystal compiler output * Don't lint files if the file doesn't exist * Lint files if they are readable
2017-06-14Fix #536 - Implement linter problem type re-mappingw0rp
2017-06-14Fix an ansible-lint testw0rp
2017-06-14Fix #649 - Support tsserver linting for NeoVimw0rp
2017-06-14#649 Output the tsserver command in ALEInfow0rp
2017-06-14#430 Use the style sub_type for flake8 problemsw0rp
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
2017-06-14Fix FusionScript documentation text alignmentw0rp
2017-06-14Add fusion-lint, documentation, and tests (#648)Ryan
* Add `fusion-lint` for first FusionScript linter * Add documentation over `fusion-lint` * Add tests for `fusion-lint` command callback
2017-06-13Document the tsserver linterw0rp
2017-06-13Merge branch 'tsserver'w0rp
2017-06-13Handle LSP responses for different files more consistentlyw0rp
2017-06-13Include package.json in eslint configuration filesw0rp
2017-06-11Perlcritic column number and rule names (#640)Steven Humphrey
* Add column number to perlcritic linting output This returns the column number of the perlcritic error so that ale can show the column in addition to the line where perlcritic found an error. * Add perlcritic configuration for rule names This adds a configuration setting so that the name of the perlcritic rule is shown [Rule::Name] after the error message. This is useful to lookup the rule failure. * Add a vader test for perlcritic#GetCommand
2017-06-09Add tsserver supportw0rp
2017-06-08Support for GNU Awk linting (#638)Mark Korondi
* GNU Awk linter support * Documentation for awk linter
2017-06-08Experimental code for showing results as soon as each linter completesw0rp
2017-06-08Merge pull request #639 from marciomazza/patch-1w0rp
Fix typo in docs
2017-06-08Fix typoMarcio Mazza
2017-06-08#517 Support linter settings needed for LSP, undocumented for noww0rp
2017-06-08Fix #634 - Document eslint --fix behaviour with nested configuration filesw0rp
2017-06-08Fix #635 - Cancel previous jobs for fixing files when fixing files againw0rp
2017-06-07Put ve-py3 before ve, so Python 3 executables will be preferredw0rp
2017-06-07Search python fixers in virtual environment (#632)José Luis Lafuente
* Search python fixers in virtual environment * Add tests for python fixers