Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-01 | Add glslls (#1179) | Sven-Hendrik Haase | |
* Add glslls-based LSP linter * Make logfile configureable | |||
2017-12-01 | Add prospector for checking Python code (#1183) | Carlos Coêlho | |
2017-11-27 | Add support for linting GraphQL with ESLint | Benjie Gillam | |
2017-11-26 | Add go to definition to the README | w0rp | |
2017-11-20 | Add `drafter` for checking API Blueprint files (#1152) | Shogo NAMEKI | |
2017-11-19 | Fix a typo | w0rp | |
2017-11-19 | Add an FAQ entry explaining how to configure ALE for different buffers. | w0rp | |
2017-11-18 | Add an FAQ entry explaining how to configure C or C++ projects | w0rp | |
2017-11-17 | add redpen as text linter | rhysd | |
2017-11-17 | redpen support for asciidoc, reST, LaTeX and Re:VIEW | rhysd | |
2017-11-16 | Merge pull request #1133 from nicwest/linter-clj-joker | w0rp | |
add joker handler for clojure | |||
2017-11-16 | add tests and doc for redpen support | rhysd | |
2017-11-15 | add joker handler for clojure | Nic West | |
Adds new linter for clojure using joker https://github.com/candid82/joker fixes #975 ref #544 #1040 | |||
2017-11-14 | Added 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-12 | Sort some linter entries alphabetically | w0rp | |
2017-11-12 | Fix #510 Support checking LESS files with stylelint | w0rp | |
2017-11-12 | Add ocaml-language-server for OCaml and ReasonML | Michael Jungo | |
2017-11-12 | Add rstcheck linter to check for errors in restructured text (#1090) | jnduli | |
2017-11-12 | #1098 Add protoc-gen-lint to the list of supported tools | w0rp | |
2017-11-09 | Add support for linting less files with lessc | Marcus Zanona | |
2017-11-08 | Add PyLS linter (#1097) | Auri | |
* Support PyLS (python language server) * Replace pyls#GetProjectRoot and add more config types to ale#python#FindProjectRoot | |||
2017-11-07 | README: denote that 'Dafny' linter checks files | Taylor Blau | |
2017-11-07 | ale_linters: add 'dafny' linter | Taylor Blau | |
2017-11-07 | Update doc and README for Dart LSP | aurieh | |
2017-11-06 | Add example for changing highlight color | Dusan Orlovic | |
Added example on how to actually change the color. Related to #1077 | |||
2017-11-05 | Add 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 FAQ | w0rp | |
2017-10-31 | Merge pull request #1068 from maximbaz/patch-1 | w0rp | |
Put info about lightline-ale in README.md (fixes #1065) | |||
2017-10-31 | Fix #936 - Check the actual files for gosimple and staticcheck | w0rp | |
2017-10-31 | Put info about lightline-ale in README.md (fixes #1065) | Maxim Baz | |
2017-10-29 | refmt fixer for ReasonML | Ahmed El Gabri | |
2017-10-27 | Add hackfmt fixer | Sam Howie | |
2017-10-26 | Fix #1039 - Only check the file on disk for dartanalyzer | w0rp | |
2017-10-26 | Add tflint fot Terraform | Nathaniel Williams | |
2017-10-25 | Merge pull request #1044 from sumnerevans/mail-linters | w0rp | |
#955 Add vale linter for mail files | |||
2017-10-25 | Fix #643 - Add support for write-good for many languages | Sumner Evans | |
2017-10-24 | #955 add documentation | Sumner Evans | |
2017-10-24 | Merge branch 'aurieh-master' | w0rp | |
2017-10-24 | proselint for mail files (#1037) | Christopher Swingley | |
Add proselint for mail files | |||
2017-10-24 | adds fixer support for hfmt (#1027) | Zack Kourouma | |
Add support for fixing Haskell with hfmt | |||
2017-10-24 | Add phan as a linter for php files (#1026) | Diego Oliveira | |
Add phan for checking PHP code | |||
2017-10-24 | Merge pull request #1025 from kfox/add-rustfmt-fixer | w0rp | |
add rustfmt fixer | |||
2017-10-24 | Update doc/ale.txt & README.md | aurieh | |
2017-10-23 | Add a badge for AppVeyor, and remove some trailing spaces from the READMEv1.6.0 | w0rp | |
2017-10-21 | add rustfmt fixer | Kelly Fox | |
2017-10-19 | Add instructions for setting up Lightline | Federico Ramirez | |
2017-10-19 | add support for remark-lint | rhysd | |
2017-10-12 | Fix xmllint link | Cian Butler | |
fix link to xmllint | |||
2017-10-10 | Add llc integration for LLVM IR (#979) | Linda_pp | |
Check LLVM IR with llc | |||
2017-09-27 | Implemented review recommendations | Xristoph 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 |