DEBUG: gitlint.cli Configuration
config-path: {config_path}
[GENERAL]
extra-path: None
ignore: title-trailing-whitespace,B2
ignore-merge-commits: False
ignore-fixup-commits: True
ignore-squash-commits: True
verbosity: 1
debug: True
target: {target}
[RULES]
  T1: title-max-length
     line-length=20
  T2: title-trailing-whitespace
  T6: title-leading-whitespace
  T3: title-trailing-punctuation
  T4: title-hard-tab
  T5: title-must-not-contain-word
     words=WIP,bögus
  T7: title-match-regex
     regex=.*
  B1: body-max-line-length
     line-length=30
  B5: body-min-length
     min-length=20
  B6: body-is-missing
     ignore-merge-commits=True
  B2: body-trailing-whitespace
  B3: body-hard-tab
  B4: body-first-line-empty
  B7: body-changed-file-mention
     files=
  M1: author-valid-email
     regex=[^@ ]+@[^@ ]+\.[^@ ]+
