Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | [eruby] Rename `erubylint` → `erb` to match tool name | Eddie Lebow | |
2017-11-12 | Fix #510 Support checking LESS files with stylelint | w0rp | |
2017-11-12 | Show problems from other files for lessc | 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 | perlcritic: all issues are warnings | Eddie 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-12 | Add ocaml-language-server for OCaml and ReasonML | Michael Jungo | |
2017-11-12 | Add rstcheck linter to check for errors in restructured text (#1090) | jnduli | |
2017-11-12 | Handle flow extra errors (#946) | Florian Beeres | |
Show more information for Flow errors with :ALEDetail | |||
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-12 | add 'output_stream': 'stderr', let golint work | wuqiong4945 | |
2017-11-11 | Merge pull request #1111 from elebow/perlcritic-only-warnings | w0rp | |
Perlcritic: All issues are warnings | |||
2017-11-11 | perlcritic: all issues are warnings | Eddie 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-11 | Add ocaml-language-server for OCaml and ReasonML | Michael Jungo | |
2017-11-11 | Add rstcheck linter to check for errors in restructured text (#1090) | jnduli | |
2017-11-11 | Handle flow extra errors (#946) | Florian Beeres | |
Show more information for Flow errors with :ALEDetail | |||
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-09 | Remove unnecessary cat command from less#lessc | Marcus Zanona | |
2017-11-09 | Fix imported files path lookup on less#lessc linter | Marcus Zanona | |
Ale saves a temporary file (%t) which does not share the same path as the original file, breaking import statements with relative URLs. This fix sends content to `lessc` over stdin and adds the current file (%s) as one of the included paths, so statements like `@import '../utils' will correctly resolve based on the current file path. | |||
2017-11-09 | Adjust author info on less#lessc linter | Marcus Zanona | |
2017-11-09 | Adjust formatting on less#lessc linter | Marcus Zanona | |
2017-11-09 | Merge pull request #1105 from wuqiong4945/master | w0rp | |
add 'output_stream': 'stderr', let golint work | |||
2017-11-09 | add 'output_stream': 'stderr', let golint work | wuqiong4945 | |
2017-11-09 | Add support for linting less files with lessc | Marcus Zanona | |
2017-11-09 | Fix #1101 - Ignore no-implicit-dependencies errors until TSLint supports ↵ | w0rp | |
checking via stdin properly | |||
2017-11-08 | Add PyLS linter (#1097) | Auri | |
* Support PyLS (python language server) * Replace pyls#GetProjectRoot and add more config types to ale#python#FindProjectRoot | |||
2017-11-08 | ale_linters/dafny: lint only saved files | Taylor Blau | |
2017-11-07 | ale_linters: add 'dafny' linter | Taylor Blau | |
2017-11-07 | Add dart LSP (resolves #1006) | aurieh | |
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-03 | Fix #491 - Only set -x for shellcheck for versions which support the option | w0rp | |
2017-11-03 | windows compatible warning match pattern for erlc (#1071) | Antoine Reilles | |
* windows compatible warning match pattern for erlc | |||
2017-10-31 | Prevent logging of errors in the php linter. | Derrick Nelson | |
2017-10-31 | Fix #936 - Check the actual files for gosimple and staticcheck | w0rp | |
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 |