diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-01-24 10:40:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-24 10:40:57 +0000 |
commit | 9849c79ff767b9f2e3498230bb29071eeb5a77ef (patch) | |
tree | c0816ce9c042dfb023074f5e46e3d95ffdd08cd6 /README.md | |
parent | b28a6ddbe4cf573ea993288a6ad4db569d535adf (diff) | |
parent | aa29c91cdc9c5dc737e93c1f91080aa174363bef (diff) | |
download | ale-9849c79ff767b9f2e3498230bb29071eeb5a77ef.zip |
Merge pull request #1157 from elebow/eruby-add-erubi-linter
[eruby] Add erubi linter
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ formatting. | Dockerfile | [hadolint](https://github.com/lukasmartinelli/hadolint) | | Elixir | [credo](https://github.com/rrrene/credo), [dialyxir](https://github.com/jeremyjh/dialyxir), [dogma](https://github.com/lpil/dogma) !!| | Elm | [elm-format](https://github.com/avh4/elm-format), [elm-make](https://github.com/elm-lang/elm-make) | -| Erb | [erb](https://github.com/jeremyevans/erubi), [erubis](https://github.com/kwatch/erubis) | +| Erb | [erb](https://apidock.com/ruby/ERB), [erubi](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) | | Fish | fish [-n flag](https://linux.die.net/man/1/fish) | Fortran | [gcc](https://gcc.gnu.org/) | |