Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | example for 'rcfile' on ale_python_pylint_options | Su Shangjun | |
Two hyphens instead of one will enable the option `rcfile`. | |||
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 | Merge pull request #1017 from carakan/elixir_format | w0rp | |
`mix format` new fixer for elixir lang | |||
2017-10-24 | example for 'rcfile' on ale_python_pylint_options | Su Shangjun | |
Two hyphens instead of one will enable the option `rcfile`. | |||
2017-10-24 | Update doc/ale.txt & README.md | aurieh | |
2017-10-22 | add basic documentation for elixir mix | Carlos Ramos | |
2017-10-21 | add rustfmt fixer | Kelly Fox | |
2017-10-20 | add doc file for less | Zack Kourouma | |
2017-10-20 | add prettier fixer support for 'less' filetype | Zack Kourouma | |
2017-10-19 | add support for remark-lint | rhysd | |
2017-10-15 | #977 Complain about the lack of configuration files for scalastyle in such a ↵ | w0rp | |
way that users will be directed towards getting it to work | |||
2017-10-14 | Fix some Scala documentation grammar and spacing | w0rp | |
2017-10-14 | Rename the Scala documentation file | w0rp | |
2017-10-14 | Fix a spelling mistake | w0rp | |
2017-10-12 | #965 - Make the cursor echo delay configurable | w0rp | |
2017-10-12 | #965 - Support limiting the number of signs ALE will set | w0rp | |
2017-10-10 | Add llc integration for LLVM IR (#979) | Linda_pp | |
Check LLVM IR with llc | |||
2017-10-03 | gofmt fixer for Go (#970) | aliou | |
Add a gofmt fixer for golang. | |||
2017-10-03 | Fix typos | rhysd | |
2017-09-30 | Added g:ale_php_phpstan_configuration option | Ruslan Osmanov | |
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 | Fix numerous issues with integration documentation tags and the table of ↵ | w0rp | |
contents, and add a script to check for theses issues | |||
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-06 | Add an option for ignoring the output of TSLint if a file contains a single ↵ | w0rp | |
blank line | |||
2017-09-03 | Document the new lintr option | w0rp | |
2017-09-03 | Make the grammar a little better for the g:ale_type_map option | w0rp | |
2017-09-03 | Detect and use CM files for smlnj (#884) | Jake Zimmerman | |
* Detect and use CM files for smlnj * Split into two checkers - one for CM projects - one for single SML files * Fix some typos * Fix error caught by writing tests We want to actually use `glob` to search in paths upwards from us. (Previously we were just searching in the current directory every time!) * Fix errors from former test run * Write tests for GetCmFile and GetExecutableSmlnj * Typo in 'smlnj/' fixture filenames | |||
2017-09-02 | #505 - Do not lint files on enter if the option for linting when the ↵ | w0rp | |
filetype changed is on | |||
2017-08-31 | Fix #895 - Run Node.js scripts with node.exe instead of node on Windows | w0rp | |
2017-08-30 | Fix doc tag alignment | w0rp | |
2017-08-30 | Add prettier-eslint legacy option | Pavel Pertsev | |
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 | Complain about badly aligned documentation on Travis CI, and fix some ↵ | w0rp | |
existing problems | |||
2017-08-30 | Fix the tag alignment for the tslint documentation | w0rp | |
2017-08-30 | Merge remote-tracking branch 'jclem/master' into tslint-rules | 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. |