summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJake Zimmerman <zimmerman.jake@gmail.com>2017-08-21 13:34:42 -0700
committerJake Zimmerman <zimmerman.jake@gmail.com>2017-08-21 13:51:42 -0700
commitb356d564483d68ffbd7cc11436d3484148cf39fb (patch)
treef3c445468151e036972aa12c605c691c8e9e9ea0 /README.md
parent5010ddc28fdced941925563bbc55f9219dfa4267 (diff)
downloadale-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7c05feb3..16f0f31e 100644
--- a/README.md
+++ b/README.md
@@ -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) |