]> git.openstreetmap.org Git - rails.git/blobdiff - CONTRIBUTING.md
Update documentation to avoid erb_lint deprecations
[rails.git] / CONTRIBUTING.md
index e298c944f5819d2b72d8bf14cfb34e6a692de7a1..aea8b30b908eb569223ea2d9b82207ee19577ba0 100644 (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