Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-19 | #852 - Capture error codes for nimcheck | w0rp | |
2017-11-19 | #852 - Capture error codes for mcs and mcsc | w0rp | |
2017-11-19 | #852 - Capture error codes for luacheck | w0rp | |
2017-11-18 | #852 - Capture error codes for jscs | w0rp | |
2017-11-18 | #852 - Capture error codes for checkstyle | w0rp | |
2017-11-17 | Fix #516 - Add support for pyflakes for Python | w0rp | |
2017-11-17 | Merge pull request #1142 from rhysd/redpen-ext | w0rp | |
* redpen support for asciidoc, reST, LaTeX and Re:VIEW * redpen: fix start column * add redpen as text linter | |||
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-17 | add redpen as text linter | rhysd | |
2017-11-17 | redpen support for asciidoc, reST, LaTeX and Re:VIEW | rhysd | |
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 #1133 from nicwest/linter-clj-joker | w0rp | |
add joker handler for clojure | |||
2017-11-16 | Merge pull request #1137 from rhysd/redpen | w0rp | |
Add Redpen support | |||
2017-11-16 | redpen: support end_lnum and end_col if possible | rhysd | |
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-16 | add redpen support | rhysd | |
2017-11-16 | #852 Capture error codes for checkmake | aurieh | |
2017-11-15 | add joker handler for clojure | Nic West | |
Adds new linter for clojure using joker https://github.com/candid82/joker fixes #975 ref #544 #1040 | |||
2017-11-15 | #852 Capture error codes for pycodestyle, and consider every code except ↵ | w0rp | |
E999 to be style errors or warnings | |||
2017-11-15 | #852 Capture error codes for pylint, throw away the msgid values | w0rp | |
2017-11-15 | #852 Capture error codes for shellcheck | 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-15 | Fix #1131 - Capture both output streams for golint | w0rp | |
2017-11-15 | #852 - Capture error codes for ansible-lint | w0rp | |
2017-11-14 | #852 - Capture error codes for Rubocop | Aliou Diallo | |
2017-11-14 | #852 - Capture error codes for flake8 | w0rp | |
2017-11-13 | #852 - Capture error codes for TSLint | w0rp | |
2017-11-13 | Fix #1122 - Handle notes for shellcheck errors again, and use type 'I' for notes | w0rp | |
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. |