Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
Perlcritic is a style checker, not a syntax validator.
This change was originally proposed by @RsrchBoy in
https://github.com/w0rp/ale/pull/784.
|
|
|
|
|
|
first match
|
|
|
|
Show more information for Flow errors with :ALEDetail
|
|
* Added support for linting of proto files
* Added function to get the proper protoc command
|
|
|
|
|
|
|
|
Perlcritic: All issues are warnings
|
|
|
|
Perlcritic is a style checker, not a syntax validator.
This change was originally proposed by @RsrchBoy in
https://github.com/w0rp/ale/pull/784.
|
|
|
|
|
|
first match
|
|
|
|
Show more information for Flow errors with :ALEDetail
|
|
* Added support for linting of proto files
* Added function to get the proper protoc command
|
|
|
|
checking via stdin properly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Add shfmt fixer for sh files
* Add tests for shfmt fixer
|
|
* Add executable option for phpmd linter (resolves #1076)
* Add test for phpmd executable option
|
|
for cargo versions that are new enough
|
|
|
|
test files to .exe so they will pass the executable() check
|
|
|
|
|