Update documentation to avoid erb_lint deprecations

I didn't spot this in #5357
This commit is contained in:
Andy Allan 2025-01-08 19:15:22 +00:00
parent c20160d313
commit 2d77633d40

View file

@ -20,7 +20,7 @@ development to check that your code matches our guidelines:
```
bundle exec rubocop
bundle exec rails eslint
bundle exec erblint .
bundle exec erb_lint .
```
You can also install hooks to have git run checks automatically when