Age | Commit message (Collapse) | Author |
|
|
|
|
|
pyls executables
|
|
|
|
|
|
|
|
|
|
redpen: Use 'code' key to show validator
|
|
instead of embedding it into text
|
|
|
|
Added filename key for `go build` linter
|
|
|
|
- Re: f224ce8a377bbb3a0deb78b98fdc6c43555791e2
- The issues that prompted the above commit which reverted changes made to `go build` and
`gometalinter` seemed to suggest that the main issue was with gometalinter and that
changes should be put into different commits so they are independent of each other
- This commit reinstates the changes to the `go build` linter which seem to be uncontested
and it also seems absolutely necessary to show errors from all files in the package which
may have caused a build failure.
|
|
|
|
This reverts commit e721f851b41b8f6f31067ae2a137019e1cb5546c.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* redpen support for asciidoc, reST, LaTeX and Re:VIEW
* redpen: fix start column
* add redpen as text linter
|
|
|
|
* add ale_asm_gcc_executable option
* add Vader tests for asm gcc linter command callbacks
|
|
erb, erubis: Redirect file into first command.
|
|
|
|
|
|
|
|
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.
|
|
add joker handler for clojure
|
|
Add Redpen support
|
|
|
|
|
|
Strip Rails flavoring from eRuby when in a Rails project. Fixes #580.
|
|
Capture error codes for checkmake
|