summaryrefslogtreecommitdiffstats
path: root/gitlint-core/gitlint/files/gitlint
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--gitlint-core/gitlint/files/gitlint (renamed from gitlint/files/gitlint)4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitlint/files/gitlint b/gitlint-core/gitlint/files/gitlint
index cbbae70..c4d2122 100644
--- a/gitlint/files/gitlint
+++ b/gitlint-core/gitlint/files/gitlint
@@ -45,7 +45,7 @@
# extra-path=examples/
# This is an example of how to configure the "title-max-length" rule and
-# set the line-length it enforces to 80
+# set the line-length it enforces to 50
# [title-max-length]
# line-length=50
@@ -82,7 +82,7 @@
# This is useful for when developers often erroneously edit certain files or git submodules.
# By specifying this rule, developers can only change the file when they explicitly reference
# it in the commit message.
-# files=gitlint/rules.py,README.md
+# files=gitlint-core/gitlint/rules.py,README.md
# [body-match-regex]
# python-style regex that the commit-msg body must match.