summaryrefslogtreecommitdiffstats
path: root/.gitlint
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-03-21 14:19:00 +0100
committerMatthias Beyer <mail@beyermatthias.de>2024-03-21 14:19:00 +0100
commitdaecacbc3eec063d4edeec67922047e807a1ed70 (patch)
tree0d75713a2d410d47f241a4eec43b52c11a52837c /.gitlint
parenta5aee6b35518ec54bd66b3d14c32f905cfe1852f (diff)
Fix: do not ignore fixup/squash commits
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to '.gitlint')
-rw-r--r--.gitlint4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlint b/.gitlint
index b43c56d..94a5488 100644
--- a/.gitlint
+++ b/.gitlint
@@ -17,8 +17,8 @@ ignore=body-is-missing
# By default gitlint will ignore merge, revert, fixup and squash commits.
ignore-merge-commits=true
# ignore-revert-commits=true
-# ignore-fixup-commits=true
-# ignore-squash-commits=true
+ignore-fixup-commits=false
+ignore-squash-commits=false
# Ignore any data send to gitlint via stdin
# ignore-stdin=true