summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaetan Semet <gaetan@xeberon.net>2021-02-12 16:05:23 +0100
committerGitHub <noreply@github.com>2021-02-12 16:05:23 +0100
commit9a79ce75435e71b149acfc36dc9f04573c49d75b (patch)
tree9dd6ce0209688b1c3e7130e9389ebcc7eff23804
parente06dfe02c222b1d4807c17b9c534d7deeed7a8e6 (diff)
Fix contrib-body-requires-signed-off-by (#177)
Typo fix in the docs
-rw-r--r--docs/contrib_rules.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/contrib_rules.md b/docs/contrib_rules.md
index e376fb8..c372179 100644
--- a/docs/contrib_rules.md
+++ b/docs/contrib_rules.md
@@ -41,7 +41,7 @@ You can also configure contrib rules using [any of the other ways to configure g
ID | Name | gitlint version | Description
------|-------------------------------------|------------------ |-------------------------------------------
CT1 | contrib-title-conventional-commits | >= 0.12.0 | Enforces [Conventional Commits](https://www.conventionalcommits.org/) commit message style on the title.
-CC1 | contrib-requires-signed-off-by | >= 0.12.0 | Commit body must contain a `Signed-Off-By` line.
+CC1 | contrib-body-requires-signed-off-by | >= 0.12.0 | Commit body must contain a `Signed-Off-By` line.
## CT1: contrib-title-conventional-commits ##
@@ -56,11 +56,11 @@ Name | gitlint version | Default | Description
types | >= 0.12.0 | `fix,feat,chore,docs,style,refactor,perf,test,revert,ci,build` | Comma separated list of allowed commit types.
-## CC1: contrib-requires-signed-off-by ##
+## CC1: contrib-body-requires-signed-off-by ##
ID | Name | gitlint version | Description
------|---------------------------------------|--------------------|-------------------------------------------
-CC1 | contrib-requires-signed-off-by | >= 0.12.0 | Commit body must contain a `Signed-Off-By` line. This means, a line that starts with the `Signed-Off-By` keyword.
+CC1 | contrib-body-requires-signed-off-by | >= 0.12.0 | Commit body must contain a `Signed-Off-By` line. This means, a line that starts with the `Signed-Off-By` keyword.
## Contributing Contrib rules