-
Epic
-
Resolution: Done
-
Normal
-
CNV v4.15.0
-
Tech debt kubevirt ui (updating)
-
False
-
-
False
-
Green
-
To Do
-
qe-ready
-
-
---
-
---
4.15:
- change Husky to not letting commit pass if there are new i18n values
Curently when sending a commit, husky runs before and run prettier, eslint and i18n , it will fail the commit if eslinter alerts/prettier. but if new keys are added to i18n , the commit will pass and then 1 files if left outside the commit, which is the new updated i18n json, a nice solution will be that if i18n json is updated and should be added to the commit, the commit will fail or the json file will be added automatically to the commit.