Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-07 | Fix #1202 - Do not use --all-targets by default, because it doesn't work ↵ | w0rp | |
some of the time. | |||
2017-12-04 | Added option for `gometalinter` to lint package (#1156) | Jeff Willette | |
* Added option for `gometalinter` to lint package * added tests for the `gometalinter` command * changed gometalinter commands to use BufferCdString | |||
2017-12-02 | Escape the perl executable, and cover the callbacks with tests | w0rp | |
2017-12-02 | Revert "Fix #1186 - Use -w by default for Perl, which does not execute code" | w0rp | |
This reverts commit f5fc746d00a8b8e0aaac1904ce97ad7eb52e1b24. | |||
2017-12-02 | Fix #1186 - Use -w by default for Perl, which does not execute code | w0rp | |
2017-12-01 | Add glslls (#1179) | Sven-Hendrik Haase | |
* Add glslls-based LSP linter * Make logfile configureable | |||
2017-12-01 | Delete unnecessary unlets | Sven-Hendrik Haase | |
I'm not even sure why these were here. | |||
2017-11-28 | Fix #1168 - Make the ruby linter executable configurable | w0rp | |
2017-11-26 | Fix #1166 - Add an option for the rls toolchain | w0rp | |
2017-11-22 | Fix the Windows tests for pyls | w0rp | |
2017-11-21 | Escape the pyls executable in the command, and support running virtualenv ↵ | w0rp | |
pyls executables | |||
2017-11-21 | #1151 - Overhaul the foodcritic linter for checking files on disk | w0rp | |
2017-11-20 | Fix #859 Include test and jaxb Java source paths when available | w0rp | |
2017-11-20 | Revert "Show problems from other files for gobuild and gometalinter" | w0rp | |
This reverts commit e721f851b41b8f6f31067ae2a137019e1cb5546c. | |||
2017-11-19 | Make the iverilog tests match the other tests | w0rp | |
2017-11-17 | Fix #516 - Add support for pyflakes for Python | w0rp | |
2017-11-17 | add ale_asm_gcc_executable option (#1138) | Thomas van der Burgt | |
* add ale_asm_gcc_executable option * add Vader tests for asm gcc linter command callbacks | |||
2017-11-16 | erb, erubis: Redirect file into first command. | Eddie Lebow | |
The previous version relied on a zsh-specific behavior where `<filename` after a pipe could redirect to the first command. This is the standard way to do it. | |||
2017-11-16 | Merge pull request #1114 from elebow/eruby-strip-rails-flavoring | w0rp | |
Strip Rails flavoring from eRuby when in a Rails project. Fixes #580. | |||
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-12 | [eruby] Add GetCommand to erubis linter | Eddie Lebow | |
GetCommand conditionally adds a filter (implemented as inline Ruby code in the command line) to transform some of the problematic Rails-specific eRuby syntax. Specifically, <%= tags are replaced with <%. This does not reduce the effectiveness of the linter, because the transformed code is still evaluated. This solution was suggested by @rgo at https://github.com/w0rp/ale/issues/580#issuecomment-337676607. | |||
2017-11-12 | [eruby] Add GetCommand to erb linter | Eddie Lebow | |
GetCommand conditionally adds a filter (implemented as inline Ruby code in the command line) to transform some of the problematic Rails-specific eRuby syntax. Specifically, <%= tags are replaced with <%. This does not reduce the effectiveness of the linter, because the transformed code is still evaluated. This solution was suggested by @rgo at https://github.com/w0rp/ale/issues/580#issuecomment-337676607. | |||
2017-11-12 | Fix #510 Support checking LESS files with stylelint | w0rp | |
2017-11-12 | Add tests for the command and executable callbacks, and make them use local ↵ | w0rp | |
node_modulse esxecutables like other linters | |||
2017-11-12 | Add tests for ocaml-language-server callbacks | Michael Jungo | |
2017-11-12 | 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-12 | Simplfy semver handling and share the semver version cache across everything | w0rp | |
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 | |