summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2017-11-07ale_linters: add 'dafny' linterTaylor Blau
2017-11-07Update doc and README for Dart LSPaurieh
2017-11-06Add example for changing highlight colorDusan Orlovic
Added example on how to actually change the color. Related to #1077
2017-11-05Add shfmt fixer for sh files (#1083)Simon Bugert
* Add shfmt fixer for sh files * Add tests for shfmt fixer
2017-11-02#1074 #1077 Add highlight configuration to the FAQw0rp
2017-10-31Merge pull request #1068 from maximbaz/patch-1w0rp
Put info about lightline-ale in README.md (fixes #1065)
2017-10-31Fix #936 - Check the actual files for gosimple and staticcheckw0rp
2017-10-31Put info about lightline-ale in README.md (fixes #1065)Maxim Baz
2017-10-29refmt fixer for ReasonMLAhmed El Gabri
2017-10-27Add hackfmt fixerSam Howie
2017-10-26Fix #1039 - Only check the file on disk for dartanalyzerw0rp
2017-10-26Add tflint fot TerraformNathaniel Williams
2017-10-25Merge pull request #1044 from sumnerevans/mail-lintersw0rp
#955 Add vale linter for mail files
2017-10-25Fix #643 - Add support for write-good for many languagesSumner Evans
2017-10-24#955 add documentationSumner Evans
2017-10-24Merge branch 'aurieh-master'w0rp
2017-10-24proselint for mail files (#1037)Christopher Swingley
Add proselint for mail files
2017-10-24adds fixer support for hfmt (#1027)Zack Kourouma
Add support for fixing Haskell with hfmt
2017-10-24Add phan as a linter for php files (#1026)Diego Oliveira
Add phan for checking PHP code
2017-10-24Merge pull request #1025 from kfox/add-rustfmt-fixerw0rp
add rustfmt fixer
2017-10-24Update doc/ale.txt & README.mdaurieh
2017-10-23Add a badge for AppVeyor, and remove some trailing spaces from the READMEv1.6.0w0rp
2017-10-21add rustfmt fixerKelly Fox
2017-10-19Add instructions for setting up LightlineFederico Ramirez
2017-10-19add support for remark-lintrhysd
2017-10-12Fix xmllint linkCian Butler
fix link to xmllint
2017-10-10Add llc integration for LLVM IR (#979)Linda_pp
Check LLVM IR with llc
2017-09-27Implemented review recommendationsXristoph Hintermüller
Implements suggestions and recommendations suggested by the first review of the "Advance C# linter based on mcs -t:module (#952)" pull request. - Clarifies and simplifies description of linters and options - Added links to help file and marked the mcsc linter as to be run only when file in buffer is saved or loaded. - Added comments to the mcsc.vim file to clarify code - removed type checks considered not necessary be reviewer. - addresses findings by vader - removed call to getcwd and cd in vim script - handler expands file names relative to route of source tree into absolute pathes. Fixes errors not being marked when vim is started from subdirectory of source tree. - implements tests for mcs.vim and mcsc.vim linter
2017-09-25Added advanced c-sharp linterXristoph Hintermüller
The existing c-charp linter used the --syntax check mode of the mono mcs compiler only. The new mcsc linter tries to compile the files located in a directory tree located bejond the specified source directory or the current one if no source is explicitly specified. The resulting module target is placed in a temporary file managed by ale.
2017-09-14Add solidity linter: soliumJeff Sutherland
2017-09-10Elm local install support (#915)Clément DOUIN
* Add Elm support for npm local installation
2017-09-09Add elm-format as a new fixer (#916)Clément DOUIN
* Add elm-format as a new fixer
2017-09-08Add GLSL linter using glslang (#914)Sven-Hendrik Haase
* Add a glslang linter for GLSL
2017-09-07Add cuda nvcc linter (#874)BlahGeek
* add cuda nvcc linter
2017-09-06Add 'prettier' fixer support to TypeScript, CSS, SCSS and JSON (#910)Peter Renström
* Add prettier fixer support for typescript * Add prettier fixer support for css and scss * Add prettier fixer support for json * Use getbufvar() to get &filetype
2017-09-05Fix OCaml helptag name to match readme. (#909)ode79
* Fix an OCaml help tag in the README
2017-08-30Fix docs for prettier-eslint verPavel Pertsev
2017-08-30Merge remote-tracking branch 'randrej/master' into c-clang-tidyw0rp
2017-08-30Add a linter for Apache Thrift IDL filesJon Parise
This linter works by invoking the `thrift` compiler with the buffer contents and reporting any parser and code generation issues. The handler rolls its own output-matching loop because we have the (unfortunate) requirement of handling error output that spans multiple lines. Unit tests cover both the command callback and handler, and there is initial documentation for all of the option variables.
2017-08-28Do not bother using hyperlinks for the table notes, which looks betterw0rp
2017-08-28Add spaces before exclamation mark markers, which reads betterw0rp
2017-08-28Use two exclamation marks for marking lint file linters, which are easier to ↵w0rp
see and click
2017-08-28Fix - #883 Document linting behavior better, sync up the lists of supported ↵w0rp
tools, andautomatically demand that they stay in sync
2017-08-25Add pycodestyle Python linter support (#872)Michael
Add a pycodestyle linter
2017-08-24Add clang-format fixer for C/C++ (#873)Peter Renström
* Add clang-format fixer for C/C++ * Document clang-format options * Refer ale-cpp-clangformat to ale-c-clangformat
2017-08-22Merge pull request #865 from jez/erubis-linterw0rp
Add erubis linter
2017-08-21Add erubis linterJake Zimmerman
This linter works largely the same as the existing `erubylint` linter, except it works with `erubis` instead of `erb` as the driving command.
2017-08-20Merge pull request #862 from notomo/add-phpcbf-fixerw0rp
add phpcbf fixer
2017-08-20Added new linter for GraphQL: gqlint (#863)Michiel Westerbeek
* Added new linter for GraphQL: GQLint * added help-files
2017-08-20add phpcbf fixertmn-o3