summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-12Update README with the `*` ft option for the fixers objectNick Rhodes
It wasn't immediately obvious that the `g:ale_fixers` cannot be a list, and would allow the use of `*` to match all filetypes. I was hoping to add a bit more detail to the README to make this clearer.
2018-08-10Fix #1684: Use the correct flag name in rustc linterRicardo Catalinas Jiménez
The rust compiler renamed the option '-Z no-trans' to '-Z no-codegen'. https://github.com/rust-lang/rust-enhanced/issues/281
2018-08-10Merge pull request #1802 from flybayer/fix-prettier-dw0rp
Don't use error output from prettier_d for fixing files
2018-08-10Merge pull request #1793 from kodemeister/cqueryw0rp
Use .cquery file to detect the project root
2018-08-10Revert "#1459 Always run ESLint in the directory of the file being checked"w0rp
This reverts commit 634bf73f52c9d533476058a9fe464b93eb90f3d8.
2018-08-09fix: Don't use error output from prettier_d for fixing filesBrandon Bayer
2018-08-09#1459 Always run ESLint in the directory of the file being checkedw0rp
2018-08-09Add blank lines to conform the coding standardskodemeister
2018-08-09Add C/C++ tests for cquery LSP linterkodemeister
2018-08-08Use lambdas for LSP message callbacks, which are easier to managew0rp
2018-08-08Add prettier as a YAML option (#1789)Peter Benjamin
* Add prettier as a yaml fixer * Sort yaml fixers alphabetically * Add prettier to doc/ale.txt * Add ale-yaml-prettier * Add ale-yaml-prettier to the TOC
2018-08-08#925 Tell people not to use the tslint linterw0rp
2018-08-07Merge pull request #1797 from bradlarsen/masterv2.1.0w0rp
Additionally adjust the jumplist with line numbers when opening a new file
2018-08-07Update tests in response to changes in #1797.Bradford Larsen
2018-08-07Update tests in response to changes in #1797.Bradford Larsen
2018-08-07Adjust the jumplist with line numbers too when opening a new fileBradford Larsen
This further addresses Issue #1758.
2018-08-07Use .cquery file to detect the project rootkodemeister
2018-08-06Merge pull request #1787 from polyzen/doc-lsp-completionsw0rp
doc: LSP can provide completions
2018-08-05doc: LSP can provide completionsDaniel M. Capella
2018-08-04Explicitly disable ALE for NeoVim versions below 0.2.0w0rp
2018-08-03Merge pull request #1783 from dimbleby/yang-lspw0rp
Add support for yang-lsp
2018-08-03Add support for yang-lspDavid Hotham
2018-08-03Fix #1781 - Fix me breaking the tsserver linterw0rp
2018-08-03Merge pull request #1778 from fredemmott/hhast-perfw0rp
Tell HHAST to only look at open files
2018-08-03Fix the Windows testsw0rp
2018-08-03Only run the custom ALE linting script if it's in runtimepathw0rp
2018-08-03Add a linter for checking ALE code itselfw0rp
2018-08-02Simplify the code for most linters and tests with closuresw0rp
2018-08-02Tell HHAST to only look at open filesFred Emmott
Given ALE only cares about open files, this has no observable change, except for significantly reduced resource usage.
2018-08-02Merge pull request #1770 from fredemmott/hackw0rp
Split Hack out from PHP, modernize
2018-08-02Disable HHAST by defaultFred Emmott
it executes $PROJECT/vendor/bin/hhast, so that's not a good idea.
2018-08-02Fall back on flags for other C/C++ files in the same directoryw0rp
2018-08-02Include the error in the detailed error message in the GCC handlerw0rp
2018-08-02Suggested changesFred Emmott
2018-08-02Add Haskell IDE Engine (hie) support (#1735)Luxed
* Adding support for haskell-ide-engine * Work with the current directory if no stack.yaml file is found * Added Cabal file detection, updated documentation and added tests * Updated help
2018-08-02Javascript prettier filetype detect fix (#1769)Paul Reimer
Support fixing YAML and HTML files with prettier for files without file extensions.
2018-08-02coding styleFred Emmott
2018-08-02Fix the failing tsserver testw0rp
2018-08-02Update suggested filetypes for hackfmtFred Emmott
2018-08-02Split Hack out from PHP, modernizeFred Emmott
fixes #1738 - Replace previous `hh_client` usage with LSP client - Add `HHAST` linter - Split Hack from PHP: Hack is increasingly diverging from PHP: - Hack tools do not understand PHP - Most PHP tools do not handle Hack code well (including vim's syntax highightling files) - http://github.com/hhvm/vim-hack now sets filetype to `hack`
2018-08-02Merge pull request #1771 from fredemmott/lspw0rp
Show LSP diagnostic codes for `%code%` in message formats
2018-08-02Add test for LSP code of -1Fred Emmott
2018-08-02Improved documentation for `code` loclist item fieldFred Emmott
2018-08-02Handle LSP codes for `%code%` in message formatsFred Emmott
fixes #1767
2018-08-02Merge pull request #1776 from tmc/masterw0rp
python: add lookup path for flake8 config
2018-08-01python: add lookup path for flake8 configTravis Cline
2018-08-01Add a type check for the error data from LSP serversw0rp
2018-08-01Merge pull request #1774 from polyzen/rust-runtime-docsw0rp
doc/rust: rust.vim distributed w/ Vim>=8.0.0501
2018-08-01Merge pull request #1775 from polyzen/patch-1w0rp
contrib: Fix link to ale-development.txt
2018-08-01contrib: Fix link to ale-development.txtDaniel M. Capella