Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
|
|
|
|
Adds new linter for clojure using joker
https://github.com/candid82/joker
fixes #975
ref #544 #1040
|
|
E999 to be style errors or warnings
|
|
|
|
|
|
|
|
* Added filename keys to gobuild and gometalinter
* Removed skipping files not in current package
* Removed `--include` for gometalinter
* Fixed the tests
|
|
|
|
|
|
fix goimports typo in registry
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#852 - Capture error codes for Rubocop
|
|
|
|
* Added support for goimports fixer
* added test and executable check
* fixed test assertions to reflect executable check
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
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.
|
|
|
|
`code` key yet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
node_modulse esxecutables like other linters
|