From 2d77633d4035811e031fe01f4b8480d98fa76ef4 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 8 Jan 2025 19:15:22 +0000 Subject: [PATCH] Update documentation to avoid erb_lint deprecations I didn't spot this in #5357 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e298c944f5..aea8b30b90 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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