Update documentation to avoid erb_lint deprecations
I didn't spot this in #5357
This commit is contained in:
parent
c20160d313
commit
2d77633d40
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ development to check that your code matches our guidelines:
|
||||||
```
|
```
|
||||||
bundle exec rubocop
|
bundle exec rubocop
|
||||||
bundle exec rails eslint
|
bundle exec rails eslint
|
||||||
bundle exec erblint .
|
bundle exec erb_lint .
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also install hooks to have git run checks automatically when
|
You can also install hooks to have git run checks automatically when
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue