Skip to content

Commit

Permalink
Merge pull request #235 from matthiasbeyer/fix-gitlint-config
Browse files Browse the repository at this point in the history
Fix: do not ignore fixup/squash commits
  • Loading branch information
TheNeikos authored Mar 21, 2024
2 parents a5aee6b + daecacb commit 611a0b0
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 611a0b0

Please sign in to comment.