Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rules: accept "deps: V8" as the subsystem for revert commits #102

Conversation

RaisinTen
Copy link
Contributor

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

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
Copy link

codecov bot commented Oct 22, 2022

Codecov Report

Base: 93.89% // Head: 93.93% // Increases project coverage by +0.03% 🎉

Coverage data is based on head (59b503a) compared to base (758f3d7).
Patch coverage: 100.00% of modified lines in pull request are covered.

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              
Impacted Files Coverage Δ
lib/rules/title-format.js 100.00% <100.00%> (ø)

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@RaisinTen RaisinTen merged commit 7739b32 into nodejs:main Oct 25, 2022
@RaisinTen RaisinTen deleted the rules/accept-deps-V8-as-the-subsystem-for-revert-commits branch October 25, 2022 05:44
@RaisinTen
Copy link
Contributor Author

Released in v3.17.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants