Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2017-08-02 | Rubocop: Show cop name | Junegunn Choi | |
2017-07-27 | #810 - Handle output which is not JSON in many linters | w0rp | |
2017-07-26 | #810 Ignore output which isn't JSON for brakeman | w0rp | |
2017-07-26 | Fix #804 - Do not run scalac for sbt files | w0rp | |
2017-07-23 | Fix #795 - Handle GCC errors without column numbers | w0rp | |
2017-07-22 | Fix #794 - Filter out any preceding lines of Flow output which aren't JSON | w0rp | |
2017-07-19 | Fix #779 - Handle empty output for tslint | w0rp | |
2017-07-18 | Fix #308 - Check Dart files with dartanalyzer | w0rp | |
2017-07-18 | Fix #710 - Show hlint suggestions as info items, and include end line and ↵ | w0rp | |
column numbers | |||
2017-07-17 | Add yaml swaglint linter (#771) | Matthew Turland | |
* Add yaml swaglint linter | |||
2017-07-16 | Add SyntaxErl linter | Dmitri Vereshchagin | |
These changes add [SyntaxErl][1] integration. SyntaxErl is a syntax checker tool for Erlang. [1]: https://github.com/ten0s/syntaxerl | |||
2017-07-13 | Add scalastyle linter (#766) | Kevin Kays | |
* Add support for scalastyle * Add scalastyle docs * scalastyle support for column numbers * off by one column * Add tests for scalastyle command and handler * update readme for scalastyle * allow full scalastyle options instead of just config file * fix indentation * allow scalastyle config file in parent directories by a couple names. * check for missing match args with empty * remove echo * use a for loop | |||
2017-07-13 | #769 Ignore stderr output and output without JSON we can read for rubocop | w0rp | |
2017-07-12 | Rubocop: handle empty 'files' array in output | Eddie Lebow | |
The handler previously assumed there would be at least one entry in the 'files' array in the output JSON. It looks like this in the normal case: "files":[{"path":"app/models/image.rb","offenses":[]}] But if RuboCop's config excludes the specified input files, causing no files to be linted, the output is emptier: "files":[] This change causes the handler to treat that case correctly, and also exit early if the reported offense_count is zero. | |||
2017-07-12 | Fix #760 - Report problems with configuration files for rubocop | w0rp | |
2017-07-12 | Add rails_best_practices handler (resolves #655) (#751) | Eddie Lebow | |
* Move FindRailsRoot() to more general location * Add rails_best_practices handler (resolves #655) * Update documentation for rails_best_practices Also add brakeman to *ale* documentation. * rails_best_practices: allow overriding the executable * rails_best_practices: format help correctly * rails_best_practices: capture tool output on Windows | |||
2017-07-11 | Brakeman: Remove unused cache var from tests | Eddie Lebow | |