Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-10 | Added support for linting of proto files (#1098) | Jeff Willette | |
* Added support for linting of proto files * Added function to get the proper protoc command | |||
2017-11-09 | Simplfy semver handling and share the semver version cache across everything | w0rp | |
2017-11-05 | Add executable option for phpmd linter (resolves #1076) (#1078) | David Sierra DiazGranados | |
* Add executable option for phpmd linter (resolves #1076) * Add test for phpmd executable option | |||
2017-11-05 | Fix #626 - Automatically use `cargo check` and `cargo check --all-targets` ↵ | w0rp | |
for cargo versions that are new enough | |||
2017-11-05 | Fix #1061 - Handle the filenames returned by javac | w0rp | |
2017-11-04 | #1081 Use executable() for Python executables on Windows, and rename the ↵ | w0rp | |
test files to .exe so they will pass the executable() check | |||
2017-11-03 | Fix #491 - Only set -x for shellcheck for versions which support the option | w0rp | |
2017-10-26 | Fix #1039 - Only check the file on disk for dartanalyzer | w0rp | |
2017-10-26 | don't use stdin with tflint | Nathaniel Williams | |
2017-10-26 | Add tflint fot Terraform | Nathaniel Williams | |
2017-10-26 | Fix #491 - Use -x for shellcheck for checking files with sourced files | w0rp | |
2017-10-25 | auto-detect .rubocop.yml and .haml-lint.yml | Frank Schumacher | |
Based on path to current file | |||
2017-10-25 | Fix the write-good tests on Windows | w0rp | |
2017-10-25 | Fix #643 - Add support for write-good for many languages | Sumner Evans | |
2017-10-23 | Get more of the tests to pass on Windows | w0rp | |
2017-10-18 | Get more tests to pass on Windows | w0rp | |
2017-10-10 | Add llc integration for LLVM IR (#979) | Linda_pp | |
Check LLVM IR with llc | |||
2017-10-08 | Get more random tests to pass on Windows | w0rp | |
2017-10-05 | Get more command callback tests to pass on Windows | w0rp | |
2017-10-01 | Get tslint and xmllint command callback tests to pass in Windows | w0rp | |
2017-10-01 | Add a Scripts dir for tests on Windows | w0rp | |
2017-09-30 | Added g:ale_php_phpstan_configuration option | Ruslan Osmanov | |
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-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-11 | Fix some random test issues for Windows | w0rp | |
2017-09-09 | #917 Cover the old _args option for flake8 with a test, just in case | 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-03 | Test lintr options configuration | w0rp | |
2017-08-31 | Fix #895 - Run Node.js scripts with node.exe instead of node on Windows | w0rp | |
2017-08-30 | Add tests for the c version of clang-tidy | w0rp | |
2017-08-30 | Cover the tslint rules option with a test | 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-28 | #869 - Detect the shell dialect from the hashbang for shellcheck | w0rp | |
2017-08-26 | #868 - Prefer cmd.js files for executing standard | w0rp | |
2017-08-25 | Add pycodestyle Python linter support (#872) | Michael | |
Add a pycodestyle linter | |||
2017-08-24 | Add clang-format fixer for C/C++ (#873) | Peter Renström | |
* Add clang-format fixer for C/C++ * Document clang-format options * Refer ale-cpp-clangformat to ale-c-clangformat | |||
2017-08-21 | Fix #864 - Use the user's configured executable for phpstan for executable() ↵ | w0rp | |
checks | |||
2017-08-20 | add phpcbf fixer | tmn-o3 | |
2017-08-20 | #653 Update tslint to set the filename key for problems in other files | w0rp | |
2017-08-19 | Syntaxerl linter feature check (#861) | Dmitri Vereshchagin | |
* Add feature check for SyntaxErl linter * Escape SyntaxErl executable path in commands | |||
2017-08-19 | #860 Only enable the new option for setting the original filename for ↵ | w0rp | |
SyntaxErl if an option is on in ALE | |||
2017-08-19 | Add original filename to SyntaxErl command | Dmitri Vereshchagin | |
2017-08-19 | Update SyntaxErl linter tests | Dmitri Vereshchagin | |
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-10 | Merge pull request #842 from gfontenot/gf-swiftformat | w0rp | |
Add support for SwiftFormat as a fixer | |||
2017-08-10 | Move --format=default in the flake8 command to the return value, and remove ↵ | w0rp | |
extra spaces in the tests | |||
2017-08-09 | Add support for SwiftFormat as a fixer | Gordon Fontenot | |
SwiftFormat is a tool that can be used to format Swift files. This commit adds support for using SwiftFormat as a fixer from ALE. It looks for executables in the Pods directory, then the Pods directory for a React Native project, then finally falls back to the globally installed instance if neither of those were found. https://github.com/nicklockwood/SwiftFormat |