| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The commit, nodejs/node@cbb4045, was being flagged as invalid by core-validate-commit because of this error: ```txt Error: not ok 6 title-format: First word after subsystem(s) in title should be lowercase. (Revert "deps: V8: forward declaration of `Rtl*FunctionTable`") ``` This is incorrect because "deps: V8" is a valid subsystem. This change makes sure that revert commits with such a subsystem is accepted. Signed-off-by: Darshan Sen <raisinten@gmail.com>
Codecov ReportBase: 93.89% // Head: 93.93% // Increases project coverage by +0.03% 🎉 Additional details and impacted files @@ Coverage Diff @@
## main #102 +/- ##
==========================================
+ Coverage 93.89% 93.93% +0.03%
==========================================
Files 19 19
Lines 459 462 +3
==========================================
+ Hits 431 434 +3
Misses 28 28
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Sorry, something went wrong.
|
Released in v3.17.1. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The commit, nodejs/node@cbb4045, was being flagged as invalid by core-validate-commit because of this error:
Error: not ok 6 title-format: First word after subsystem(s) in title should be lowercase. (Revert "deps: V8: forward declaration of `Rtl*FunctionTable`")This is incorrect because "deps: V8" is a valid subsystem. This change makes sure that revert commits with such a subsystem is accepted.
Signed-off-by: Darshan Sen raisinten@gmail.com
cc @targos