summaryrefslogtreecommitdiff
path: root/test/handler
AgeCommit message (Collapse)Author
2017-11-15#852 - Capture error codes for cpplintw0rp
2017-11-15#852 - Capture error codes for ansible-lintw0rp
2017-11-14#852 - Capture error codes for RubocopAliou Diallo
2017-11-14#852 - Capture error codes for flake8w0rp
2017-11-13#852 - Capture error codes for TSLintw0rp
2017-11-13#852 Capture error codes for ESLintw0rp
2017-11-13Fix #1124 - Handle stack-build errors with leading spacesw0rp
2017-11-13Fix #1122 - Handle notes for shellcheck errors again, and use type 'I' for notesw0rp
2017-11-12Show problems from other files for lesscw0rp
2017-11-12perlcritic: all issues are warningsEddie 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-12Add rstcheck linter to check for errors in restructured text (#1090)jnduli
2017-11-12Handle flow extra errors (#946)Florian Beeres
Show more information for Flow errors with :ALEDetail
2017-11-12Simplfy semver handling and share the semver version cache across everythingw0rp
2017-11-09Fix #1101 - Ignore no-implicit-dependencies errors until TSLint supports ↵w0rp
checking via stdin properly
2017-11-07ale_linters: add 'dafny' linterTaylor Blau
2017-11-05Fix #1061 - Handle the filenames returned by javacw0rp
2017-10-28Fix #971 - Add an option for turning errors about missing eslint config ↵w0rp
files off.
2017-10-26Add tflint fot TerraformNathaniel Williams
2017-10-26Remove redundant code for the GCC handler, and fix bugs with errors for - ↵w0rp
not being parsed
2017-10-25Fix an exception with notes with no previous messagew0rp
2017-10-25Handle multiple files localtion lists with gcc handler (#1034)Gerry Agbobada
Handle multiple files in the GCC handler.
2017-10-25Set better highlights for write-goodw0rp
2017-10-25Fix #643 - Add support for write-good for many languagesSumner Evans
2017-10-24Merge branch 'aurieh-master'w0rp
2017-10-25Add Vader testsaurieh
2017-10-24Add phan as a linter for php files (#1026)Diego Oliveira
Add phan for checking PHP code
2017-10-22Merge pull request #1032 from diegoholiveira/tests_phpmdw0rp
Fix the regex of phpmd
2017-10-22Fix the regex of phpmdDiego Oliveira
2017-10-19add support for remark-lintrhysd
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-12Merge pull request #968 from adriaanzon/luacheck-whitespacew0rp
Luacheck: Respect warn_about_trailing_whitespace option
2017-10-12Add some extra tests for luacheck whitespace warningsAdriaan Zonnenberg
2017-10-10Add llc integration for LLVM IR (#979)Linda_pp
Check LLVM IR with llc
2017-10-01Fix Flow and Idris tests for Windowsw0rp
2017-10-01Get the mcsc handler tests to pass on Windowsw0rp
2017-09-27Implemented review recommendationsXristoph 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-14Make temporary file detection work on just about all platformsw0rp
2017-09-14Fix a mistake in the flow testsw0rp
2017-09-13Report problems in other files for brakeman, and get the tests to pass on ↵w0rp
Windows
2017-09-13Get some more random tests to pass on Windowsw0rp
2017-09-11Get more tests to pass on Windowsw0rp
2017-09-10Get the TSLint handler tests to pass on Windowsw0rp
2017-09-10Simplify some Rust handler code, and get the Rust handler tests passing on ↵w0rp
Windows
2017-09-08Add GLSL linter using glslang (#914)Sven-Hendrik Haase
* Add a glslang linter for GLSL
2017-09-07Add cuda nvcc linter (#874)BlahGeek
* add cuda nvcc linter
2017-09-06Add 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-03Detect 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-30Add a linter for Apache Thrift IDL filesJon 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-26Set the end column for some Vint problemsw0rp