Skip to content

Commit

Permalink
Update documentation to avoid erb_lint deprecations
Browse files Browse the repository at this point in the history
I didn't spot this in #5357
  • Loading branch information
gravitystorm committed Jan 8, 2025
1 parent c20160d commit 2d77633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d77633

Please sign in to comment.