mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-04 21:02:35 +08:00
Add rubocop on commit hook (#283)
This commit is contained in:
parent
fabf59cdd1
commit
34df451243
@ -91,6 +91,10 @@
|
||||
"*.{js,vue}": [
|
||||
"eslint --fix",
|
||||
"git add"
|
||||
],
|
||||
"*.rb": [
|
||||
"rubocop -a",
|
||||
"git add"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user