Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-15 | Clean up tests to stop people copy and pasting the wrong examples | w0rp | |
2017-11-15 | Show problems from other files for gobuild and gometalinter | Jeff Willette | |
* Added filename keys to gobuild and gometalinter * Removed skipping files not in current package * Removed `--include` for gometalinter * Fixed the tests | |||
2017-11-15 | #852 - Capture error codes for cpplint | w0rp | |
2017-11-15 | #852 - Capture error codes for ansible-lint | w0rp | |
2017-11-14 | #852 - Capture error codes for Rubocop | Aliou Diallo | |
2017-11-14 | #852 - Capture error codes for flake8 | w0rp | |
2017-11-13 | #852 - Capture error codes for TSLint | w0rp | |
2017-11-13 | #852 Capture error codes for ESLint | w0rp | |
2017-11-13 | Fix #1124 - Handle stack-build errors with leading spaces | w0rp | |
2017-11-13 | Fix #1122 - Handle notes for shellcheck errors again, and use type 'I' for notes | w0rp | |
2017-11-12 | Show problems from other files for lessc | w0rp | |
2017-11-12 | 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-12 | Add rstcheck linter to check for errors in restructured text (#1090) | jnduli | |
2017-11-12 | Handle flow extra errors (#946) | Florian Beeres | |
Show more information for Flow errors with :ALEDetail | |||
2017-11-12 | 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 |