summaryrefslogtreecommitdiffstats
path: root/.gitlint
diff options
context:
space:
mode:
Diffstat (limited to '.gitlint')
-rw-r--r--.gitlint8
1 files changed, 5 insertions, 3 deletions
diff --git a/.gitlint b/.gitlint
index 3685d84..b43c56d 100644
--- a/.gitlint
+++ b/.gitlint
@@ -14,7 +14,7 @@ ignore=body-is-missing
# verbosity should be a value between 1 and 3, the commandline -v flags take precedence over this
# verbosity = 2
-# By default gitlint will ignore merge, revert, fixup and squash commits.
+# By default gitlint will ignore merge, revert, fixup and squash commits.
ignore-merge-commits=true
# ignore-revert-commits=true
# ignore-fixup-commits=true
@@ -23,7 +23,7 @@ ignore-merge-commits=true
# Ignore any data send to gitlint via stdin
# ignore-stdin=true
-# Fetch additional meta-data from the local repository when manually passing a
+# Fetch additional meta-data from the local repository when manually passing a
# commit message to gitlint via stdin or --commit-msg. Disabled by default.
# staged=true
@@ -38,7 +38,7 @@ ignore-merge-commits=true
# Enable community contributed rules
# See http://jorisroovers.github.io/gitlint/contrib_rules for details
-contrib=CC1
+contrib=CC1, CC2
# Set the extra-path where gitlint will search for user defined rules
# See http://jorisroovers.github.io/gitlint/user_defined_rules for details
@@ -134,3 +134,5 @@ regex=(.*)dependabot(.*)|github-actions\[bot\]
# types = bugfix,user-story,epic
[contrib-body-requires-signed-off-by]
+[contrib-disallow-cleanup-commits]
+