summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-23Add stylish-haskell as a fixer (#1837)Evan Borden
* Add stylish-haskell as a fixer `stylish-haskell` is a common formatting tool for the haskell toolchain. It is not as advanced as `brittany` or `hindent`, but it is commonly used for formatting of imports and data declarations. This adds it as a fixer in ALE.
2018-08-23Merge pull request #1835 from barreyra/masterw0rp
Enabling clangd for cpp, objc and objcpp
2018-08-23Merge pull request #1820 from SuRaMoN/masterw0rp
Added phpcs options support as described in #257
2018-08-23Merge pull request #1842 from kjagiello/patch-1w0rp
Fix case typo in the documentation
2018-08-23Merge pull request #1840 from Carpetsmoker/gopathw0rp
Remove "go env" from gobuild linter
2018-08-23Fix case typo in the documentationKrzysztof Jagiełło
2018-08-23Enabling clangd for cpp, objc and objcppBruno R. Barreyra
2018-08-23Remove "go env" from gobuild linterMartin Tournoij
I see no reason to do this? It is just setting the environment to what it already is? It was originally added in #297, but that entire PR is not a great idea in the first place; that PR (together with #270) tried to make the Go do non-standard and non-supported stuff like compiling packages outside of GOPATH. That's not something that works well (I tried), so was eventually removed in #465, but these "go env" calls remained, for no reason in particular, as far as I can think of. This will improve on #1834; you will now no longer get a confusing error (but still won't get a meaningful error; need to think how to do that).
2018-08-20Merge pull request #1815 from fredemmott/lsp-related-informationw0rp
If present, use new-ish LSP 'relatedInformation' field for :ALEDetail
2018-08-18Added and fixed testsmatthias
2018-08-17Use &l:equalprg so local options do not override global onesw0rp
2018-08-16Added phpcs options support as described in #257matthias
2018-08-16Fix #1816 - Fix a type error in the initialize message handlerw0rp
2018-08-16Merge pull request #1818 from tyru/add-go-govet-optionsw0rp
Add ale_go_govet_options variable
2018-08-16feat: add ale_go_govet_options variabletyru
2018-08-15Correct related information line numbers from 0-based to 1-basedFred Emmott
2018-08-15Test file was the wrong way aroundFred Emmott
2018-08-15Better formattingFred Emmott
2018-08-15Use new-ish LSP 'relatedInformation' field for :ALEDetailFred Emmott
2018-08-15Stop creating closure function in global scope by using partials insteadw0rp
2018-08-13Explain * for fixers in the README betterw0rp
2018-08-13Merge pull request #1809 from nrhodes91/readme-global-fixersw0rp
Update README with the `*` ft option for the fixers object
2018-08-13Try againw0rp
2018-08-13#1808 Try to explain the color scheme for the example GIFw0rp
2018-08-12Include info about `*` being a fallbackNick Rhodes
The `*` filetype is just fallback, and will be overridden by specific filetype matches.
2018-08-12Merge pull request #1806 from jimenezrick/fix-rustc-linterw0rp
Fix #1684: Use the correct flag name in rustc linter
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