X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/49ba5ab6d2e98221246635327eb15dc71c97e67d..f02a6c91f329c0ba4afe76d2e0d90948fbd7ab9c:/CONTRIBUTING.md 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