-
Notifications
You must be signed in to change notification settings - Fork 11
A rule that rejects obvious words in the commit title #67
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
base: master
Are you sure you want to change the base?
A rule that rejects obvious words in the commit title #67
Conversation
|
Let's consider the commitlint PR for fixing subject-full-stop highest priority, but after you've tackled that, you can address the feedback that I'm going to share about this PR. |
977d10f to
fbbab03
Compare
62e1a2d to
67e2ddf
Compare
|
Please add a new failing test with this commit message: tehraninasab@006fe22 That is, if the subject contains just the word "fix", and there's no commit msg body, this rule should complain as well. |
58c2093 to
dc8d7a2
Compare
Done |
d1bd1c2 to
908c11d
Compare
c5fb9d5 to
18898b7
Compare
Add tests for reject-obvious-words rule.
Add a rule to reject obvious words in the commit title.
If the subject contains just the word "fix", and there's no commit msg body, this rule should complain.
dc8d7a2 to
7c678a2
Compare
Replaced #15