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

Allow colons in commit message title #41

Merged
merged 1 commit into from
Dec 16, 2018

Conversation

addaleax
Copy link
Member

The title-format rule was previously too eager and disallowed
all usage of colons followed by non-spaces, rather than just
for the subsystem. Fix that by only checking for a space after
the first colon.

Fixes: #40

The title-format rule was previously too eager and disallowed
all usage of colons followed by non-spaces, rather than just
for the subsystem. Fix that by only checking for a space after
the *first* colon.

Fixes: nodejs#40
@joyeecheung joyeecheung merged commit a3e9d95 into nodejs:master Dec 16, 2018
@addaleax addaleax deleted the allow-colon branch December 16, 2018 12:59
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

3 participants