File: commit-message-9

package info (click to toggle)
gitlint 0.19.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,140 kB
  • sloc: python: 6,728; sh: 74; makefile: 17; javascript: 5
file content (7 lines) | stat: -rw-r--r-- 438 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
Merge: "This is a merge commit with a long title that most definitely exceeds the normal limit of 72 chars"
This line should be empty
This is the first line is meant to test a line that exceeds the maximum line length of 80 characters.

You will notice that gitlint ignores all of these errors by default because this is a merge commit.

If you want to change this behavior, set the following option: 'general.ignore-merge-commits=false'