Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more doc for ERB-Lint #1655

Merged
merged 2 commits into from
Feb 3, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ as well as any default configuration they might use:
* [HAML-Lint](https://github.com/brigade/haml-lint)
* [houndci/linters](https://github.com/houndci/linters/tree/master/lib/linters/haml_lint)
* [default config](https://raw.githubusercontent.com/houndci/linters/master/config/haml.yml)
1. ERB
* [ERB Lint](https://github.com/Shopify/erb-lint)
* [houndci/linters](https://github.com/houndci/linters/tree/master/lib/linters/erb_lint)
1. Elixir
* [Credo](https://github.com/rrrene/credo)
* [houndci/linters](https://github.com/houndci/linters/tree/master/lib/linters/credo)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ Supported languages:
- Swift
- SCSS
- HAML
- ERB
- Markdown
- Bash
- Bash

If you have questions about the service,
see [Help] or email [hello@houndci.com].
Expand Down