From: Tom Hughes Date: Wed, 8 Jan 2025 20:19:16 +0000 (+0000) Subject: Merge remote-tracking branch 'upstream/pull/5486' X-Git-Tag: live~431 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/d877cd1ebc3a1949d458de7c110ae2e7293fd445?hp=fa51bcbcb2868486a584a4cb4928a02899623d79 Merge remote-tracking branch 'upstream/pull/5486' --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e298c944f..aea8b30b9 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