This is an automated email from the ASF dual-hosted git repository.

bennoe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git


The following commit(s) were added to refs/heads/master by this push:
     new 1a6463e  Dont reject the word 'WIP' in commit titles.
1a6463e is described below

commit 1a6463ee923b7b6894abe2ba8143613c6b9a3929
Author: Benno Evers <[email protected]>
AuthorDate: Wed Nov 27 16:27:44 2019 +0100

    Dont reject the word 'WIP' in commit titles.
    
    Changed gitlint rules to not reject the word 'WIP' in commit
    titles anymore, since we want to encourage placing this marker
    as visible as possible for WIP commits to prevent accidental
    merging of a commit that was not considered ready by the
    author.
    
    Review: https://reviews.apache.org/r/71837/
---
 support/gitlint | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/support/gitlint b/support/gitlint
index cac9253..a72cc38 100644
--- a/support/gitlint
+++ b/support/gitlint
@@ -15,11 +15,11 @@ ignore=title-trailing-punctuation, T3, body-is-missing, B6, 
body-min-length
 [title-max-length]
 line-length=72
 
-# [title-must-not-contain-word]
+[title-must-not-contain-word]
 # Comma-separated list of words that should not occur in the title. Matching 
is case
 # insensitive. It's fine if the keyword occurs as part of a larger word (so 
"WIPING"
 # will not cause a violation, but "WIP: my title" will.
-# words=wip
+words=
 
 [title-match-regex]
 # python like regex (https://docs.python.org/2/library/re.html) that the

Reply via email to