summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJoris Roovers <jroovers@cisco.com>2015-09-15 10:10:05 +0200
committerJoris Roovers <jroovers@cisco.com>2015-09-15 10:10:50 +0200
commit7cb09d6aecdb2054fc5b396d4a599b09ccb78990 (patch)
tree84bba682d34e30c076dce59b0fdab8e3a825175c /examples
parent1bd56db92e5de02bace0477ff0c861c736fd8b96 (diff)
Rule renaming + Fixed unit tests
- Some rule class renaming: - BodyMaxLength -> BodyMaxLinLength - BodyTooShort -> BodyMinLength - BodyMinLength now has a 'min-length' options - Fixed failing unit tests
Diffstat (limited to 'examples')
-rw-r--r--examples/gitlint3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/gitlint b/examples/gitlint
index b99ee3b..1d4b8f1 100644
--- a/examples/gitlint
+++ b/examples/gitlint
@@ -15,3 +15,6 @@ line-length=30
# 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,title
+
+[body-min-length]
+min-length=5