Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-26 | Fix #1039 - Only check the file on disk for dartanalyzer | w0rp | |
2017-10-26 | Fix #1051 - Support ash and dash for shellcheck and the sh linter | w0rp | |
2017-10-26 | don't use stdin with tflint | Nathaniel Williams | |
2017-10-26 | Add tflint fot Terraform | Nathaniel Williams | |
2017-10-26 | Merge pull request #1009 from sirbrillig/add/phpcs-include-code-option | w0rp | |
phpcs: include sniff code in message | |||
2017-10-26 | Include sniff code in message | Payton Swick | |
2017-10-26 | Fix #1045 - Handle both output streams for Cargo | w0rp | |
2017-10-26 | Fix #491 - Use -x for shellcheck for checking files with sourced files | w0rp | |
2017-10-25 | Fix indentation for the haml-lint file | w0rp | |
2017-10-25 | auto-detect .rubocop.yml and .haml-lint.yml | Frank Schumacher | |
Based on path to current file | |||
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 | #995 add vale linter for mail files | Sumner Evans | |
2017-10-24 | Merge branch 'aurieh-master' | w0rp | |
2017-10-24 | proselint for mail files (#1037) | Christopher Swingley | |
Add proselint for mail files | |||
2017-10-24 | Add phan as a linter for php files (#1026) | Diego Oliveira | |
Add phan for checking PHP code | |||
2017-10-24 | Add checkmake (resolves #866) | aurieh | |
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-10 | Add llc integration for LLVM IR (#979) | Linda_pp | |
Check LLVM IR with llc | |||
2017-10-06 | Fix Elm linter for Windows (resolves #980) | Keith Pinson | |
Looks like elm-make only respects /dev/null, even on Windows. The person who wrote this linter maybe did not test it on Windows, and wrote the code in the way you would expect to be solid by using NUL on Windows. However it seems elm-make is not actually making use of /dev/null but rather using it as a form of flag. Ironically this seems to be what is already described in the comments; I added some clarification. | |||
2017-10-03 | Fix typos | rhysd | |
2017-09-30 | Added g:ale_php_phpstan_configuration option | Ruslan Osmanov | |
2017-09-30 | Luacheck: Respect warn_about_trailing_whitespace option | Adriaan Zonnenberg | |
See http://luacheck.readthedocs.io/en/stable/warnings.html, warnings 611 to 614. | |||
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-22 | Move dialect setting before user options (shellcheck) | Tim Byrne | |
2017-09-18 | fix typo `RUBUCOP` --> `RUBOCOP` for slim lint | Markus Doits | |
this actually makes 6ebd8f355c974cb6b7c5d5aff20603c8c4b38feb work | |||
2017-09-15 | slimlint: Search for .rubocop.yml and use it | Markus Doits | |
This fixes slim-lint not honoring a `.rubocop.yml` in the file's or parent directory. Due to the way slim-lint calls rubocop, it requires the special `SLIM_LINT_RUBUCOP_CONF` env var to pick up the `.rubocop.yml` if it is not run on the real file (which is the case here). See https://github.com/sds/slim-lint/blob/master/lib/slim_lint/linter/README.md#rubocop | |||
2017-09-13 | Report problems in other files for brakeman, and get the tests to pass on ↵ | w0rp | |
Windows | |||
2017-09-14 | Add solidity linter: solium | Jeff Sutherland | |
2017-09-12 | Fix #921 - Capture both output streams for gosimple and staticcheck | w0rp | |
2017-09-11 | Require function! to be used instead of function | w0rp | |
2017-09-10 | Elm local install support (#915) | Clément DOUIN | |
* Add Elm support for npm local installation | |||
2017-09-10 | Fix an SML variable init bug, and get the SML cm file tests to pass on Windows | w0rp | |
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 | allow options to be set for `lintr` | Alex Axthelm | |
2017-09-03 | Allow for lintr options | Alex Axthelm | |
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-31 | Fix #895 - Run Node.js scripts with node.exe instead of node on Windows | w0rp | |
2017-08-30 | Merge remote-tracking branch 'randrej/master' into c-clang-tidy | 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. | |||
2017-08-29 | Gradle support for javac | Brayden Banks | |
Based off of #745. | |||
2017-08-28 | #869 - Detect the shell dialect from the hashbang for shellcheck | w0rp | |