Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-26 | Add vader test and fix command callback. | Horacio Sanson | |
2018-08-24 | Merge pull request #1839 from filipekiss/feature/stylelint-inline-css | w0rp | |
Add Stylelint as HTML Linter | |||
2018-08-24 | Add clazy as cpp linter | fenuks | |
2018-08-24 | Fix #1844 - Make the kotlin languageserver linter work again | w0rp | |
2018-08-24 | Add vscode-java-language-server linter | Horacio Sanson | |
2018-08-23 | Merge pull request #1835 from barreyra/master | w0rp | |
Enabling clangd for cpp, objc and objcpp | |||
2018-08-23 | Merge pull request #1820 from SuRaMoN/master | w0rp | |
Added phpcs options support as described in #257 | |||
2018-08-23 | Enabling clangd for cpp, objc and objcpp | Bruno R. Barreyra | |
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 | Add html stylelint linter | Filipe Kiss | |
2018-08-18 | Added and fixed tests | matthias | |
2018-08-16 | Added phpcs options support as described in #257 | matthias | |
2018-08-16 | feat: add ale_go_govet_options variable | tyru | |
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-09 | Add blank lines to conform the coding standards | kodemeister | |
2018-08-07 | Use .cquery file to detect the project root | kodemeister | |
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 | Merge pull request #1778 from fredemmott/hhast-perf | w0rp | |
Tell HHAST to only look at open files | |||
2018-08-03 | Only run the custom ALE linting script if it's in runtimepath | w0rp | |
2018-08-03 | Add a linter for checking ALE code itself | w0rp | |
2018-08-02 | Simplify the code for most linters and tests with closures | w0rp | |
2018-08-02 | Tell HHAST to only look at open files | Fred Emmott | |
Given ALE only cares about open files, this has no observable change, except for significantly reduced resource usage. | |||
2018-08-02 | Merge pull request #1770 from fredemmott/hack | w0rp | |
Split Hack out from PHP, modernize | |||
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 | coding style | Fred Emmott | |
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-07-30 | Indicate that a C compiler failed due to problems in a header file | w0rp | |
2018-07-29 | Add support for parsing compile_commands.json files for C compilers | w0rp | |
2018-07-26 | fix(linters: python): mark as lint_file | actionless | |
2018-07-26 | Add support for 'vulture' for Python | Yauhen Kirylau | |
2018-07-25 | Merge pull request #1757 from jtalowell/master | w0rp | |
Providing cquery support for C files | |||
2018-07-25 | Fix joker finding .joker file | morrifeldman | |
Add --working-dir option so joker can find a .joker file in the project root directory. | |||
2018-07-25 | Providing cquery support for C files | jtalowell | |
2018-07-25 | Switch to v:t_ variables for type checks | w0rp | |
2018-07-24 | #1754 Require snake_case names for linters in the codebase | w0rp | |
2018-07-23 | Merge pull request #1745 from sharils/master | w0rp | |
Work around hot-reloading issue again | |||
2018-07-23 | Fix autoload for phoenix | sharils | |
When dializer isn't a dependency, mix dialyzer recompiles the whole project because it's not possible to know if this command dialyzer exist or not until recompilation is done. Then the timestamps of the project is messed up which results in broken hot-loading. In this case, mix help dialyzer would return zero which prevents compilation of the whole project since dialyzer isn't installed, it's help manual doesn't exist. When dialyzer is a dependency, mix dialyzer would just run the command. In this case, mix help dialyzer would return 1 which allows mix dialyzer to run. | |||
2018-07-22 | Merge pull request #1751 from melentye/master | w0rp | |
Add Clangd language server support for C | |||
2018-07-22 | Add Clangd language server support for C | Andrey Melentyev | |
2018-07-22 | Merge pull request #1750 from kylef/kylef/apib-tmp | w0rp | |
Make drafter linter use stdin instead of writing to tmp file | |||
2018-07-22 | Make drafter linter use stdin instead of writing to tmp file | Kyle Fuller | |
Writing to a tmp file is unnecessary as drafter will use stdin if a path is not provided. | |||
2018-07-22 | Merge pull request #1742 from typetetris/master | w0rp | |
Add cabal-ghc linter | |||
2018-07-20 | Add cabal-ghc linter | Eric Wolf | |
cabal-ghc calls ghc via cabal exec and so ghc has access to packages in cabal sandboxes for example | |||
2018-07-19 | Add documentation and testing for fortls | Ben Spiers | |
2018-07-19 | Add support for Fortran language server by @hansec | Ben Spiers | |
2018-07-16 | remark-lint without saving to disk | Takashi WADA | |
2018-07-16 | Support remark-lint installed locally | Takashi WADA | |