summaryrefslogtreecommitdiff
path: root/doc/ale.txt
AgeCommit message (Collapse)Author
2018-09-14#1889 Add support for automatically previewing messages based on the cursor ↵w0rp
position
2018-09-10Add support for Julia Language Server (#1894)w0rp
2018-09-09Added julia to the list in ale-support docsBartolomeo Stellato
2018-09-09Merge pull request #1897 from LEI/add-sqlfmt-fixerw0rp
Add support for sqlfmt
2018-09-09Merge pull request #1885 from dsifford/dsifford-fixer-uncrustifyw0rp
add uncrustify fixer for several languages
2018-09-08Try to fix CIBartolomeo Stellato
2018-09-08Add support for sqlfmtLEI
2018-09-07really fix lint errorsDerek P Sifford
2018-09-06fix lint test failuresDerek P Sifford
2018-09-06Add golangci-lint (#1890)Sascha Grunert
2018-09-06Fix #1822 - support go-langserver lsp.Horacio Sanson
2018-09-04add uncrustify fixer for several languagesDerek P Sifford
2018-08-30added sbtserver linterTy Coghlan
2018-08-29Merge pull request #1865 from TheLocehiliosan/puppet-optionsw0rp
Support options for puppet parser validate
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-27Update TOC for ale-puppet-puppetTim Byrne
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-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-23Fix case typo in the documentationKrzysztof Jagiełło
2018-08-23Enabling clangd for cpp, objc and objcppBruno R. Barreyra
2018-08-16feat: add ale_go_govet_options variabletyru
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-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-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-07-31#1700 - Mention how to work around the completeopt bug in the 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-22Add Clangd language server support for CAndrey Melentyev
2018-07-22Merge pull request #1742 from typetetris/masterw0rp
Add cabal-ghc linter
2018-07-20Merge pull request #1736 from unpairedbracket/masterw0rp
Add support for Fortran language server by @hansec
2018-07-20Fix #1631 - Disable balloon support for terminals by defaultw0rp
2018-07-20Add cabal-ghc linterEric Wolf
cabal-ghc calls ghc via cabal exec and so ghc has access to packages in cabal sandboxes for example
2018-07-19Add documentation and testing for fortlsBen Spiers