summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPriyank Purohit <priyankpurohit31@gmail.com>2021-01-20 21:01:52 -0500
committerJoris Roovers <joris.roovers@gmail.com>2021-03-07 11:51:35 +0100
commitbb9b9213d0781f0bab819b819b8fbe4d38176845 (patch)
tree17dcf08673e68771d0a6f75e2ff3eed3161c2188 /docs
parentc175e45b8ce14af9e55c442a30c95ecc65fcee68 (diff)
Fixed title-min-length rule name in overview table
title-min-length was incorrectly named title-max-length
Diffstat (limited to 'docs')
-rw-r--r--docs/rules.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rules.md b/docs/rules.md
index 71f8385..9779c54 100644
--- a/docs/rules.md
+++ b/docs/rules.md
@@ -17,7 +17,7 @@ T4 | title-hard-tab | >= 0.1.0 | Title cannot contain h
T5 | title-must-not-contain-word | >= 0.1.0 | Title cannot contain certain words (default: "WIP")
T6 | title-leading-whitespace | >= 0.4.0 | Title cannot have leading whitespace (space or tab)
T7 | title-match-regex | >= 0.5.0 | Title must match a given regex (default: None)
-T8 | title-max-length | >= 0.14.0 | Title length must be &gt; 5 chars.
+T8 | title-min-length | >= 0.14.0 | Title length must be &gt; 5 chars.
B1 | body-max-line-length | >= 0.1.0 | Lines in the body must be &lt; 80 chars
B2 | body-trailing-whitespace | >= 0.1.0 | Body cannot have trailing whitespace (space or tab)
B3 | body-hard-tab | >= 0.1.0 | Body cannot contain hard tab characters (\t)