Skip to content

Commit

Permalink
Fix: do not ignore fixup/squash commits
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Beyer <[email protected]>
  • Loading branch information
matthiasbeyer committed Mar 21, 2024
1 parent a5aee6b commit daecacb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlint
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit daecacb

Please sign in to comment.