summaryrefslogtreecommitdiffstats
path: root/docs/rules.md
diff options
context:
space:
mode:
authorJoris Roovers <joris.roovers@gmail.com>2017-12-03 14:45:50 +0100
committerGitHub <noreply@github.com>2017-12-03 14:45:50 +0100
commit4b0258763717394348dc0b1e516d9a1b9aa4f459 (patch)
treeb88746da389892d6fd8e093a5c2d5aa09797900b /docs/rules.md
parent5ac545d0aa751d36b11670a5b5a4ee4aef3af59e (diff)
Support for fixup and squash commits (#43)
- Config code - Git parsing code - Linting skips - Unit and Integration Tests - Docs This fixes #33.
Diffstat (limited to 'docs/rules.md')
-rw-r--r--docs/rules.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rules.md b/docs/rules.md
index a75c324..47be25c 100644
--- a/docs/rules.md
+++ b/docs/rules.md
@@ -21,7 +21,7 @@ B4 | body-first-line-empty | >= 0.1 | First line of the body (
B5 | body-min-length | >= 0.4 | Body length must be at least 20 characters
B6 | body-is-missing | >= 0.4 | Body message must be specified
B7 | body-changed-file-mention | >= 0.4 | Body must contain references to certain files if those files are changed in the last commit
-M1 | author-valid-email | >= 0.8.3 | Author email address must be a valid email address
+M1 | author-valid-email | >= 0.9 | Author email address must be a valid email address