summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2017-12-07Merge pull request #1174 from ↵w0rp
eborden/eborden/add-brittany-for-haskell-formatting Add brittany for Haskell formatting
2017-12-07Merge pull request #1192 from fvictorio/add-solhint-supportw0rp
Add solhint support
2017-12-04Update documentationFranco Victorio
2017-12-01Add glslls (#1179)Sven-Hendrik Haase
* Add glslls-based LSP linter * Make logfile configureable
2017-12-01Add prospector for checking Python code (#1183)Carlos Coêlho
2017-11-28Add brittany for Haskell formattingEvan Rutledge Borden
`brittany` is one of the options for Haskell source formatting. This adds the necessary fixer files and documentation to support `brittany` in `ALE`.
2017-11-27Add support for linting GraphQL with ESLintBenjie Gillam
2017-11-26Add go to definition to the READMEw0rp
2017-11-20Add `drafter` for checking API Blueprint files (#1152)Shogo NAMEKI
2017-11-19Fix a typow0rp
2017-11-19Add an FAQ entry explaining how to configure ALE for different buffers.w0rp
2017-11-18Add an FAQ entry explaining how to configure C or C++ projectsw0rp
2017-11-17add redpen as text linterrhysd
2017-11-17redpen support for asciidoc, reST, LaTeX and Re:VIEWrhysd
2017-11-16Merge pull request #1133 from nicwest/linter-clj-jokerw0rp
add joker handler for clojure
2017-11-16add tests and doc for redpen supportrhysd
2017-11-15add joker handler for clojureNic West
Adds new linter for clojure using joker https://github.com/candid82/joker fixes #975 ref #544 #1040
2017-11-14Added support for goimports fixer (#1123)Jeff Willette
* Added support for goimports fixer * added test and executable check * fixed test assertions to reflect executable check
2017-11-12Sort some linter entries alphabeticallyw0rp
2017-11-12Fix #510 Support checking LESS files with stylelintw0rp
2017-11-12Add ocaml-language-server for OCaml and ReasonMLMichael Jungo
2017-11-12Add rstcheck linter to check for errors in restructured text (#1090)jnduli
2017-11-12#1098 Add protoc-gen-lint to the list of supported toolsw0rp
2017-11-09Add support for linting less files with lesscMarcus Zanona
2017-11-08Add PyLS linter (#1097)Auri
* Support PyLS (python language server) * Replace pyls#GetProjectRoot and add more config types to ale#python#FindProjectRoot
2017-11-07README: denote that 'Dafny' linter checks filesTaylor Blau
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