summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2018-09-01Changed sbtserver to just work off of the address variableTy Coghlan
2018-08-30added sbtserver linterTy Coghlan
2018-08-29Merge pull request #1865 from TheLocehiliosan/puppet-optionsw0rp
Support options for puppet parser validate
2018-08-29Always use --color=false when validating puppetTim Byrne
Colorized output is difficult for ALE to parse.
2018-08-28Merge pull request #1866 from Steap/feature/xmllint-fixerw0rp
Add support for xmllint as a fixer.
2018-08-28Merge pull request #1856 from sbl/ocamlformatw0rp
add ocamlformat support
2018-08-28Merge pull request #1849 from hsanson/1848-add-support-for-java-lspw0rp
Add vscode-java-language-server linter
2018-08-28Add support for xmllint as a fixer.Cyril Roelandt
2018-08-27Update TOC for ale-puppet-puppetTim Byrne
2018-08-27Support options for puppet parser validateTim Byrne
It can be necessary to pass options to the puppet parser validation. The most glaring example of this is when using Puppet 3, with the `parser = future` option enabled. This update allows adding `--parser=future` to the options passed to Puppet.
2018-08-27Add solargraph LSP linter.Horacio Sanson
2018-08-26Add java lsp linter to documentationHoracio Sanson
2018-08-26add ocamlformat supportsbl
2018-08-24Sort the HTML documentation sectionsw0rp
2018-08-24Merge pull request #1839 from filipekiss/feature/stylelint-inline-cssw0rp
Add Stylelint as HTML Linter
2018-08-24:books: Add html stylelint to TOCFilipe Kiss
2018-08-24Add clazy as cpp linterfenuks
2018-08-24Add vscode-java-language-server linterHoracio Sanson
2018-08-23Add hlint refactoring as a fixer (#1836)Evan Borden
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-23Fix case typo in the documentationKrzysztof Jagiełło
2018-08-23Enabling clangd for cpp, objc and objcppBruno R. Barreyra
2018-08-22:books: Add docs for html stylelintFilipe Kiss
2018-08-16Added phpcs options support as described in #257matthias
2018-08-16feat: add ale_go_govet_options variabletyru
2018-08-12Merge pull request #1806 from jimenezrick/fix-rustc-linterw0rp
Fix #1684: Use the correct flag name in rustc linter
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-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-05doc: LSP can provide completionsDaniel M. Capella
2018-08-03Add support for yang-lspDavid Hotham
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-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-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-02Improved documentation for `code` loclist item fieldFred Emmott
2018-08-02Handle LSP codes for `%code%` in message formatsFred Emmott
fixes #1767
2018-08-01python: add lookup path for flake8 configTravis Cline
2018-08-01doc/rust: rust.vim distributed w/ Vim>=8.0.0501Daniel M. Capella
https://github.com/vim/vim/commit/3c2881dc1195f53ebafc387378399ddd6cb677a7
2018-07-31#1700 - Mention how to work around the completeopt bug in the documentationw0rp
2018-07-29Add support for parsing compile_commands.json files for C compilersw0rp
2018-07-27Mention v:t_TYPE variables in the developer documentationw0rp
2018-07-26doc: mark `vulture` as file linteractionless
2018-07-26Add support for 'vulture' for PythonYauhen Kirylau
2018-07-25Providing cquery support for C filesjtalowell
2018-07-24Update the developer documentationw0rp