]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/5486'
authorTom Hughes <tom@compton.nu>
Wed, 8 Jan 2025 20:19:16 +0000 (20:19 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 8 Jan 2025 20:19:16 +0000 (20:19 +0000)
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