projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c20160d
)
Update documentation to avoid erb_lint deprecations
author
Andy Allan
<git@gravitystorm.co.uk>
Wed, 8 Jan 2025 19:15:22 +0000
(19:15 +0000)
committer
Andy Allan
<git@gravitystorm.co.uk>
Wed, 8 Jan 2025 19:15:22 +0000
(19:15 +0000)
I didn't spot this in #5357
CONTRIBUTING.md
patch
|
blob
|
history
diff --git
a/CONTRIBUTING.md
b/CONTRIBUTING.md
index e298c944f5819d2b72d8bf14cfb34e6a692de7a1..aea8b30b908eb569223ea2d9b82207ee19577ba0 100644
(file)
--- 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