summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2018-07-24Update the developer documentationw0rp
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-16Support remark-lint installed locallyTakashi WADA
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-12Fix #1716 - Replace tempdir() with a wrapper to preserve TMPDIRw0rp
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-05Fix the doctag alignmentw0rp
2018-07-04add options variable to isortDerek P Sifford
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-01Fix a false positive linting issuew0rp
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-01Close #1685 - Move developer documentation to a help filew0rp
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-27Rust Cargo linter: Improve workspace support (#1679)Dan Aloni
* Rust Cargo linter: Improve workspace support When using Cargo workspaces [1], there is a 'Cargo.toml' directory in a top level directory, listing all the crates in the project. If we are currently editing one of the crates, 'cargo build' should execute in that directory for that crate's separate `Cargo.toml`, otherwise Cargo may spend more time possibly rebuilding the entire workspace, and maybe failing on one of the other crates, instead of succeeding on the current. [1] https://doc.rust-lang.org/book/second-edition/ch14-03-cargo-workspaces.html
2018-06-27Merge pull request #1675 from nicopauss/masterw0rp
Improve pyrex cython linter.
2018-06-25sh: add bash-language-server linterChristian Hö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-23Merge pull request #1673 from meain/fixer-tidyw0rp
Add fixer tidy for HTML
2018-06-23Add fixer tidy for HTMLAbin Simon
Add tests for tidy HTML fixer
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
2018-06-06Add the cquery LSP #1475 #1594Ben Falconer
2018-06-06Allow initialization options to be passed to language serversBen Falconer
2018-06-05Allow all Python linter executables to be set to `pipenv`.Eddie Lebow
It appends ` run {linter_name}`, analogously to the Ruby linters when the executable is set to `bundle`
2018-06-04Allow linting rust tests and examples with cargoMichał Budzyński
2018-06-04doc/scalafmt: Remove wrong bits on initial "enabledness" of fixersJeffrey Lau