diff options
author | Jake Zimmerman <zimmerman.jake@gmail.com> | 2017-08-21 13:34:42 -0700 |
---|---|---|
committer | Jake Zimmerman <zimmerman.jake@gmail.com> | 2017-08-21 13:51:42 -0700 |
commit | b356d564483d68ffbd7cc11436d3484148cf39fb (patch) | |
tree | f3c445468151e036972aa12c605c691c8e9e9ea0 /README.md | |
parent | 5010ddc28fdced941925563bbc55f9219dfa4267 (diff) | |
download | ale-b356d564483d68ffbd7cc11436d3484148cf39fb.zip |
Add erubis linter
This linter works largely the same as the existing `erubylint` linter,
except it works with `erubis` instead of `erb` as the driving command.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ name. That seems to be the fairest way to arrange this table. | Dockerfile | [hadolint](https://github.com/lukasmartinelli/hadolint) | | Elixir | [credo](https://github.com/rrrene/credo), [dogma](https://github.com/lpil/dogma) | | Elm | [elm-make](https://github.com/elm-lang/elm-make) | -| Erb | [erb](https://github.com/jeremyevans/erubi) | +| Erb | [erb](https://github.com/jeremyevans/erubi), [erubis](https://github.com/kwatch/erubis) | | Erlang | [erlc](http://erlang.org/doc/man/erlc.html), [SyntaxErl](https://github.com/ten0s/syntaxerl) | | Fortran | [gcc](https://gcc.gnu.org/) | | FusionScript | [fusion-lint](https://github.com/RyanSquared/fusionscript) | |