Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-24 | Fix #1844 - Make the kotlin languageserver linter work again | w0rp | |
2018-08-24 | Merge pull request #1841 from dabbeg/fix-importjs-fixer | w0rp | |
importjs fixer not reading correct executable variable name | |||
2018-08-24 | importjs fixer not reading correct executable variable name | Davíð Guðni | |
2018-08-23 | Add hlint refactoring as a fixer (#1836) | Evan Borden | |
2018-08-23 | Add 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-23 | Merge pull request #1820 from SuRaMoN/master | w0rp | |
Added phpcs options support as described in #257 | |||
2018-08-23 | Remove "go env" from gobuild linter | Martin 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-22 | :umbrella: Add html stylelint test | Filipe Kiss | |
2018-08-20 | Merge pull request #1815 from fredemmott/lsp-related-information | w0rp | |
If present, use new-ish LSP 'relatedInformation' field for :ALEDetail | |||
2018-08-18 | Added and fixed tests | matthias | |
2018-08-16 | Fix #1816 - Fix a type error in the initialize message handler | w0rp | |
2018-08-16 | feat: add ale_go_govet_options variable | tyru | |
2018-08-15 | Correct related information line numbers from 0-based to 1-based | Fred Emmott | |
2018-08-15 | Test file was the wrong way around | Fred Emmott | |
2018-08-15 | Better formatting | Fred Emmott | |
2018-08-15 | Use new-ish LSP 'relatedInformation' field for :ALEDetail | Fred Emmott | |
2018-08-12 | Merge pull request #1806 from jimenezrick/fix-rustc-linter | w0rp | |
Fix #1684: Use the correct flag name in rustc linter | |||
2018-08-10 | Fix #1684: Use the correct flag name in rustc linter | Ricardo 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-10 | Merge pull request #1802 from flybayer/fix-prettier-d | w0rp | |
Don't use error output from prettier_d for fixing files | |||
2018-08-10 | Merge pull request #1793 from kodemeister/cquery | w0rp | |
Use .cquery file to detect the project root | |||
2018-08-10 | Revert "#1459 Always run ESLint in the directory of the file being checked" | w0rp | |
This reverts commit 634bf73f52c9d533476058a9fe464b93eb90f3d8. | |||
2018-08-09 | fix: Don't use error output from prettier_d for fixing files | Brandon Bayer | |
2018-08-09 | #1459 Always run ESLint in the directory of the file being checked | w0rp | |
2018-08-09 | Add C/C++ tests for cquery LSP linter | kodemeister | |
2018-08-07 | Update tests in response to changes in #1797. | Bradford Larsen | |
2018-08-07 | Update tests in response to changes in #1797. | Bradford Larsen | |
2018-08-03 | Add support for yang-lsp | David Hotham | |
2018-08-03 | Fix #1781 - Fix me breaking the tsserver linter | w0rp | |
2018-08-03 | Fix the Windows tests | w0rp | |
2018-08-02 | Simplify the code for most linters and tests with closures | w0rp | |
2018-08-02 | Merge pull request #1770 from fredemmott/hack | w0rp | |
Split Hack out from PHP, modernize | |||
2018-08-02 | Include the error in the detailed error message in the GCC handler | w0rp | |
2018-08-02 | Suggested changes | Fred Emmott | |
2018-08-02 | Add 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-02 | Javascript prettier filetype detect fix (#1769) | Paul Reimer | |
Support fixing YAML and HTML files with prettier for files without file extensions. | |||
2018-08-02 | Fix the failing tsserver test | w0rp | |
2018-08-02 | Split Hack out from PHP, modernize | Fred 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-02 | Add test for LSP code of -1 | Fred Emmott | |
2018-08-02 | Handle LSP codes for `%code%` in message formats | Fred Emmott | |
fixes #1767 | |||
2018-07-30 | Indicate that a C compiler failed due to problems in a header file | w0rp | |
2018-07-29 | Try to fix the C parsing test on Windows | w0rp | |
2018-07-29 | Add support for parsing compile_commands.json files for C compilers | w0rp | |
2018-07-26 | #1700 - Try using a 0ms timer showing the completion menu | w0rp | |
2018-07-26 | Add support for 'vulture' for Python | Yauhen Kirylau | |
2018-07-25 | #1700 - Temporarily change completion options when the feedkeys() keybind is ↵ | w0rp | |
fired | |||
2018-07-25 | Switch to v:t_ variables for type checks | w0rp | |
2018-07-25 | Ignore a shellcheck warning for custom linting rules | w0rp | |
2018-07-24 | #1754 Require snake_case names for linters in the codebase | w0rp | |
2018-07-23 | Just remove the .git directory test for now | w0rp | |
2018-07-23 | Skip the one failing test on Windows | w0rp | |