Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-11 | perlcritic: all issues are warnings | Eddie Lebow | |
Perlcritic is a style checker, not a syntax validator. This change was originally proposed by @RsrchBoy in https://github.com/w0rp/ale/pull/784. | |||
2017-11-11 | Add rstcheck linter to check for errors in restructured text (#1090) | jnduli | |
2017-11-11 | Handle flow extra errors (#946) | Florian Beeres | |
Show more information for Flow errors with :ALEDetail | |||
2017-11-09 | Simplfy semver handling and share the semver version cache across everything | w0rp | |
2017-11-09 | Fix #1101 - Ignore no-implicit-dependencies errors until TSLint supports ↵ | w0rp | |
checking via stdin properly | |||
2017-11-07 | ale_linters: add 'dafny' linter | Taylor Blau | |
2017-11-05 | Fix #1061 - Handle the filenames returned by javac | w0rp | |
2017-10-28 | Fix #971 - Add an option for turning errors about missing eslint config ↵ | w0rp | |
files off. | |||
2017-10-26 | Add tflint fot Terraform | Nathaniel Williams | |
2017-10-26 | Remove redundant code for the GCC handler, and fix bugs with errors for - ↵ | w0rp | |
not being parsed | |||
2017-10-25 | Fix an exception with notes with no previous message | w0rp | |
2017-10-25 | Handle multiple files localtion lists with gcc handler (#1034) | Gerry Agbobada | |
Handle multiple files in the GCC handler. | |||
2017-10-25 | Set better highlights for write-good | w0rp | |
2017-10-25 | Fix #643 - Add support for write-good for many languages | Sumner Evans | |
2017-10-24 | Merge branch 'aurieh-master' | w0rp | |
2017-10-25 | Add Vader tests | aurieh | |
2017-10-24 | Add phan as a linter for php files (#1026) | Diego Oliveira | |
Add phan for checking PHP code | |||
2017-10-22 | Merge pull request #1032 from diegoholiveira/tests_phpmd | w0rp | |
Fix the regex of phpmd | |||
2017-10-22 | Fix the regex of phpmd | Diego Oliveira | |
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-12 | Merge pull request #968 from adriaanzon/luacheck-whitespace | w0rp | |
Luacheck: Respect warn_about_trailing_whitespace option | |||
2017-10-12 | Add some extra tests for luacheck whitespace warnings | Adriaan Zonnenberg | |
2017-10-10 | Add llc integration for LLVM IR (#979) | Linda_pp | |
Check LLVM IR with llc | |||
2017-10-01 | Fix Flow and Idris tests for Windows | w0rp | |
2017-10-01 | Get the mcsc handler tests to pass on Windows | w0rp | |
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-14 | Make temporary file detection work on just about all platforms | w0rp | |
2017-09-14 | Fix a mistake in the flow tests | w0rp | |
2017-09-13 | Report problems in other files for brakeman, and get the tests to pass on ↵ | w0rp | |
Windows | |||
2017-09-13 | Get some more random tests to pass on Windows | w0rp | |
2017-09-11 | Get more tests to pass on Windows | w0rp | |
2017-09-10 | Get the TSLint handler tests to pass on Windows | w0rp | |
2017-09-10 | Simplify some Rust handler code, and get the Rust handler tests passing on ↵ | w0rp | |
Windows | |||
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 an option for ignoring the output of TSLint if a file contains a single ↵ | w0rp | |
blank line | |||
2017-09-03 | #894 - Replace ugly temporary filenames for Haskell problems with the ↵ | w0rp | |
buffer's basename | |||
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-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-26 | Set the end column for some Vint problems | w0rp | |
2017-08-25 | Add pycodestyle Python linter support (#872) | Michael | |
Add a pycodestyle linter | |||
2017-08-22 | Remove some redundant eslint test code | w0rp | |
2017-08-21 | Fix #864 - Use the user's configured executable for phpstan for executable() ↵ | w0rp | |
checks | |||
2017-08-20 | #653 Show errors from other files for mypy | w0rp | |
2017-08-20 | #653 Update tslint to set the filename key for problems in other files | w0rp | |
2017-08-19 | Update SyntaxErl linter tests | Dmitri Vereshchagin | |
2017-08-16 | Include the ruleName for errors in tslint problems | 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-02 | Add Tcl nagelfar linter | Nick James | |