Skip to content

Commit

Permalink
Merge pull request #145 from AlexanderLanin/B6
Browse files Browse the repository at this point in the history
git: update gitlint documentation
  • Loading branch information
pahmann authored Jan 10, 2025
2 parents ac00e6c + ef2c814 commit 21849a7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .gitlint
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@
# T4: title-hard-tab
# T5: title-must-not-contain-word (disabled)
# T6: title-leading-whitespace
# T7: title-match-regex (disabled)
# B1: body-max-line-length
# T7: title-match-regex
# B1: body-max-line-length (disabled)
# B2: body-trailing-whitespace
# B3: body-hard-tab
# B4: body-first-line-empty
# B5: body-min-length (disabled)
# B6: body-is-missing (disabled)
# B6: body-is-missing
# B7: body-changed-file-mention (disabled)
#
# See http://jorisroovers.github.io/gitlint/rules/ for a full description.
# See http://jorisroovers.github.io/gitlint/rules/ for a full description of the rules.
# See https://eclipse-score.github.io/score/process/guidance/git/index.html for our commit message guidelines.

# Ignore some default rules and enable regex style searching
[general]
Expand Down

0 comments on commit 21849a7

Please sign in to comment.