summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2018-09-28Add better support for Haskell stack compiler tools (#1851)Evan Borden
* Add better support for Haskell stack compiler tools This commit adds support for `stack` as the executable of a tool. This follows a pattern that has been implemented for `bundler`'s tool chain. * Move hlint command to linter file * Add vader test for stack exec handling * Update ghc-mod to support stack execution `ghc-mod` was previously broken into 2 linters. 1. ghc_mod 2. stack_ghc_mod This additional linter is not necessary with proper support for executable variables and `stack exec` handling. * Support stack exec in hfmt * Support stack in hdevtools
2018-09-28Merge pull request #1950 from yejingchen/cclsw0rp
Add ccls support for C/C++/ObjC
2018-09-27Add psalm linter for PHP (#1893)Richard Marmorstein
2018-09-26Add ccls support for C/C++/ObjCYe Jingchen
2018-09-19Add fixer for Go modules (#1873)Martin Tournoij
* Add fixer for Go modules
2018-09-19Merge pull request #1924 from fenuks/prospector-url-fixw0rp
Update prospector tool URL
2018-09-15Fix markdown error in README solargraph entryEddie Lebow
2018-09-15Update prospector tool url in READMEfenuks
2018-09-10Add support for Julia Language Server (#1894)w0rp
2018-09-09Updated readmeBartolomeo Stellato
2018-09-09Escape julia command + reorder table in READMEBartolomeo 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-08Add support for sqlfmtLEI
2018-09-07really fix lint errorsDerek P Sifford
2018-09-07Added various files to integrate julia. Still not working.Bartolomeo Stellato
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-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-27Add solargraph LSP linter.Horacio Sanson
2018-08-26Add java lsp linter to documentationHoracio Sanson
2018-08-26add ocamlformat supportsbl
2018-08-24Add clazy as cpp linterfenuks
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-23Enabling clangd for cpp, objc and objcppBruno R. Barreyra
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-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-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-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-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-22Move README.md backw0rp
2018-07-22Move GitHub files to the .github directoryw0rp
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 support for Fortran language server by @hansecBen Spiers