summaryrefslogtreecommitdiff
path: root/doc/ale.txt
AgeCommit message (Collapse)Author
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
2018-07-19Add support for Fortran language server by @hansecBen Spiers
2018-07-17Fix #1619 - Rewrite lint on enter events so they behave betterw0rp
2018-07-16Add a missing ToC entry for remark-lintw0rp
2018-07-15Update the Python documentationw0rp
2018-07-15Add kotlin language server support (#1725)MTDL9
* Add kotlin languageserver linter definition * Added kotlin languageserver references in docs, fix missing !! on other linters * Added Vader tests for root path detection in Kotlin Language Server
2018-07-15Massively reduce the amount of code needed for linter testsw0rp
2018-07-13Handle linter callback functions being unknown or deletedw0rp
2018-07-07Merge pull request #1697 from ananace/add-puppet-languageserverw0rp
puppet: Add puppet-languageserver linter
2018-07-06Remove an outdated note from the documentationw0rp
2018-07-05Support formatting escaped executable names into commands with %ew0rp
2018-07-05vue: Add the vls language server linterAlexander Olofsson
2018-07-04puppet: Add puppet-languageserver linterAlexander Olofsson
2018-07-04Make the language option for LSP linters optionalw0rp
2018-07-03Merge pull request #1691 from dsifford/dsifford-python-pyrew0rp
add pyre lsp linter to python linters
2018-07-03Close #830 - Implement LSP connections via TCP socketsw0rp
2018-07-01add pyre to table in doc/ale.txtDerek P Sifford
2018-07-01add pyre lsp linter to python lintersDerek P Sifford
2018-07-01Fix a typo in the documentationw0rp
2018-07-01Added dartfmt fixer (#1683)Govind KP
* Added dartfmt to Fixers * Added dartfmt specific documentation
2018-06-28Move design goals to online documentationw0rp
2018-06-27Merge pull request #1675 from nicopauss/masterw0rp
Improve pyrex cython linter.
2018-06-25sh: add bash-language-server linterChristian HoĢˆltje
2018-06-25Improve pyrex cython linter.Nicolas Pauss
Like many other linters, use variables for the executable and options used by the linter. By default, the linter now report every warnings as errors with `--warning-errors`. Also add include directory and set working directory to file directory.
2018-06-24Close #1453 #1172 - Add ale_linters_ignore for ignoring linter resultsw0rp
2018-06-23#1674 - Alias verilog_systemverilog to verilog by defaultw0rp
2018-06-21Close #1417 - Support wildcard filetypes for fixersw0rp
2018-06-20#1398 document the detail keyw0rp
2018-06-20Merge pull request #1618 from colbydehart/masterw0rp
[new linter] Add mix linter for elixir
2018-06-12Add linter for AWS CloudFormation template fileyasuhiroki