]> git.openstreetmap.org Git - rails.git/blobdiff - CONTRIBUTING.md
Use rails instead of rake
[rails.git] / CONTRIBUTING.md
index 9e878a30cfc455bf98a502e2aba6ad57951dcb3e..99286692e5e7fa3dd030e79a4ac48a1d71edadd6 100644 (file)
@@ -10,7 +10,7 @@ development to check that your code matches our guidelines:
 
 ```
 bundle exec rubocop
-bundle exec rake eslint
+bundle exec rails eslint
 bundle exec erblint .
 ```