Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2017-08-28 | Use two exclamation marks for marking lint file linters, which are easier to ↵ | w0rp | |
see and click | |||
2017-08-28 | Fix - #883 Document linting behavior better, sync up the lists of supported ↵ | w0rp | |
tools, andautomatically demand that they stay in sync | |||
2017-08-25 | Add pycodestyle Python linter support (#872) | Michael | |
Add a pycodestyle linter | |||
2017-08-24 | Add 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-22 | Merge pull request #865 from jez/erubis-linter | w0rp | |
Add erubis linter | |||
2017-08-21 | Add erubis linter | Jake 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-20 | Merge pull request #862 from notomo/add-phpcbf-fixer | w0rp | |
add phpcbf fixer | |||
2017-08-20 | Added new linter for GraphQL: gqlint (#863) | Michiel Westerbeek | |
* Added new linter for GraphQL: GQLint * added help-files | |||
2017-08-20 | add phpcbf fixer | tmn-o3 | |
2017-08-18 | Update the summary in the README for fixing and completion support | w0rp | |
2017-08-18 | Document completion support for ALE, and expand the fixer documentation a little | w0rp | |
2017-08-14 | Change the help file heading for clarification | w0rp | |
2017-08-10 | Add linter for Idris (#838) | Scott Bonds | |
* Add linter for Idris * Fix parsing warnings and column ranges in Idris linter * Make Idris linter configurable. Fix help tag. | |||
2017-08-09 | Add support for SwiftFormat as a fixer | Gordon Fontenot | |
SwiftFormat is a tool that can be used to format Swift files. This commit adds support for using SwiftFormat as a fixer from ALE. It looks for executables in the Pods directory, then the Pods directory for a React Native project, then finally falls back to the globally installed instance if neither of those were found. https://github.com/nicklockwood/SwiftFormat | |||
2017-08-09 | Fix link for SwiftLint | Gordon Fontenot | |
2017-08-07 | Document the PHP langserver integration | w0rp | |
2017-08-07 | Document the rls linter | w0rp | |
2017-08-05 | Added clang-tidy for C, too. | Andrej Radovic | |
A limited number of clang-tidy checks can be used with C, too. I pretty much copied and refactored the C++ clang-tidy linter, and added some documentation about C-compatible checks. | |||
2017-08-02 | Add Tcl nagelfar linter | Nick James | |
2017-07-20 | Update the installation notes for the standard package management sysytem so ↵ | w0rp | |
helptag generation will actually work | |||
2017-07-19 | Fix heading levels | w0rp | |
2017-07-19 | Fix #573 - Update the README to recommend installing via the built-in ↵ | w0rp | |
package system | |||
2017-07-18 | Fix #308 - Check Dart files with dartanalyzer | w0rp | |