diff options
author | Roeland <10061147+roelandmoors@users.noreply.github.com> | 2021-10-09 07:33:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-09 14:33:07 +0900 |
commit | 1ee7580557733bab22b764170958a0189810b3bb (patch) | |
tree | 758d160e085b6a2f4a27464905653226b4f9cadf /supported-tools.md | |
parent | 42a6e039cb36fbc5a60215b2be55e54c364b15e9 (diff) | |
download | ale-1ee7580557733bab22b764170958a0189810b3bb.zip |
Add support for erblint (#3931)
* support for erblint
* fix tests
* test for handler
* wrong names
* typo
* doc layout
* CI failed?
Diffstat (limited to 'supported-tools.md')
-rw-r--r-- | supported-tools.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/supported-tools.md b/supported-tools.md index f6e7dbc5..f643be5f 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -160,6 +160,7 @@ formatting. * [elm-make](https://github.com/elm/compiler) * Erb * [erb](https://apidock.com/ruby/ERB) + * [erblint](https://github.com/Shopify/erb-lint) * [erubi](https://github.com/jeremyevans/erubi) * [erubis](https://github.com/kwatch/erubis) * [ruumba](https://github.com/ericqweinstein/ruumba) |