Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2017-09-25 | Added advanced c-sharp linter | Xristoph 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-14 | Add solidity linter: solium | Jeff Sutherland | |
2017-09-10 | Elm local install support (#915) | Clément DOUIN | |
* Add Elm support for npm local installation | |||
2017-09-09 | Add elm-format as a new fixer (#916) | Clément DOUIN | |
* Add elm-format as a new fixer | |||
2017-09-08 | Add GLSL linter using glslang (#914) | Sven-Hendrik Haase | |
* Add a glslang linter for GLSL | |||
2017-09-07 | Add cuda nvcc linter (#874) | BlahGeek | |
* add cuda nvcc linter | |||
2017-09-06 | Add '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-05 | Fix OCaml helptag name to match readme. (#909) | ode79 | |
* Fix an OCaml help tag in the README | |||
2017-08-30 | Fix docs for prettier-eslint ver | Pavel Pertsev | |
2017-08-30 | Merge remote-tracking branch 'randrej/master' into c-clang-tidy | w0rp | |
2017-08-30 | Add a linter for Apache Thrift IDL files | Jon 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-28 | Do not bother using hyperlinks for the table notes, which looks better | w0rp | |
2017-08-28 | Add spaces before exclamation mark markers, which reads better | w0rp | |