X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f839257e3e7fb54d738d278b965f12e9c01769f0..f40e1911feccf6f3ebc91f0a30a950d8ed40d6c4:/CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9e878a30c..99286692e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 . ```