2025-02-13 05:54:40 +01:00
|
|
|
DEBUG: gitlint.cli To report issues, please visit https://github.com/jorisroovers/gitlint/issues
|
|
|
|
DEBUG: gitlint.cli Platform: {platform}
|
|
|
|
DEBUG: gitlint.cli Python version: {python_version}
|
2025-02-13 06:01:51 +01:00
|
|
|
DEBUG: gitlint.git ('--version',)
|
|
|
|
DEBUG: gitlint.cli Git version: {git_version}
|
2025-02-13 05:54:40 +01:00
|
|
|
DEBUG: gitlint.cli Gitlint version: {gitlint_version}
|
|
|
|
DEBUG: gitlint.cli GITLINT_USE_SH_LIB: {GITLINT_USE_SH_LIB}
|
2025-02-13 06:07:19 +01:00
|
|
|
DEBUG: gitlint.cli TERMINAL_ENCODING: {TERMINAL_ENCODING}
|
|
|
|
DEBUG: gitlint.cli FILE_ENCODING: {FILE_ENCODING}
|
2025-02-13 05:54:40 +01:00
|
|
|
DEBUG: gitlint.cli Configuration
|
|
|
|
config-path: None
|
|
|
|
[GENERAL]
|
|
|
|
extra-path: None
|
|
|
|
contrib: []
|
|
|
|
ignore:
|
|
|
|
ignore-merge-commits: True
|
|
|
|
ignore-fixup-commits: True
|
2025-02-13 06:06:11 +01:00
|
|
|
ignore-fixup-amend-commits: True
|
2025-02-13 05:54:40 +01:00
|
|
|
ignore-squash-commits: True
|
|
|
|
ignore-revert-commits: True
|
|
|
|
ignore-stdin: False
|
|
|
|
staged: True
|
2025-02-13 06:05:24 +01:00
|
|
|
fail-without-commits: False
|
2025-02-13 06:06:11 +01:00
|
|
|
regex-style-search: False
|
2025-02-13 06:01:51 +01:00
|
|
|
verbosity: 0
|
2025-02-13 05:54:40 +01:00
|
|
|
debug: True
|
|
|
|
target: {target}
|
|
|
|
[RULES]
|
|
|
|
I1: ignore-by-title
|
|
|
|
ignore=all
|
|
|
|
regex=None
|
|
|
|
I2: ignore-by-body
|
|
|
|
ignore=all
|
|
|
|
regex=None
|
2025-02-13 06:01:51 +01:00
|
|
|
I3: ignore-body-lines
|
|
|
|
regex=None
|
2025-02-13 06:05:24 +01:00
|
|
|
I4: ignore-by-author-name
|
|
|
|
ignore=all
|
|
|
|
regex=None
|
2025-02-13 05:54:40 +01:00
|
|
|
T1: title-max-length
|
|
|
|
line-length=72
|
|
|
|
T2: title-trailing-whitespace
|
|
|
|
T6: title-leading-whitespace
|
|
|
|
T3: title-trailing-punctuation
|
|
|
|
T4: title-hard-tab
|
|
|
|
T5: title-must-not-contain-word
|
|
|
|
words=WIP
|
|
|
|
T7: title-match-regex
|
2025-02-13 06:01:51 +01:00
|
|
|
regex=None
|
|
|
|
T8: title-min-length
|
|
|
|
min-length=5
|
2025-02-13 05:54:40 +01:00
|
|
|
B1: body-max-line-length
|
|
|
|
line-length=80
|
|
|
|
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=
|
2025-02-13 06:01:51 +01:00
|
|
|
B8: body-match-regex
|
|
|
|
regex=None
|
2025-02-13 05:54:40 +01:00
|
|
|
M1: author-valid-email
|
2025-02-13 06:06:11 +01:00
|
|
|
regex=^[^@ ]+@[^@ ]+\.[^@ ]+
|
2025-02-13 05:54:40 +01:00
|
|
|
|
|
|
|
DEBUG: gitlint.cli Fetching additional meta-data from staged commit
|
|
|
|
DEBUG: gitlint.cli Using --msg-filename.
|
2025-02-13 06:01:51 +01:00
|
|
|
DEBUG: gitlint.git ('config', '--get', 'core.commentchar')
|
2025-02-13 05:54:40 +01:00
|
|
|
DEBUG: gitlint.cli Linting 1 commit(s)
|
|
|
|
DEBUG: gitlint.lint Linting commit [SHA UNKNOWN]
|
2025-02-13 06:06:11 +01:00
|
|
|
DEBUG: gitlint.git ('diff', '--staged', '--numstat', '-r')
|
2025-02-13 06:01:51 +01:00
|
|
|
DEBUG: gitlint.git ('config', '--get', 'user.name')
|
|
|
|
DEBUG: gitlint.git ('config', '--get', 'user.email')
|
|
|
|
DEBUG: gitlint.git ('rev-parse', '--abbrev-ref', 'HEAD')
|
2025-02-13 05:54:40 +01:00
|
|
|
DEBUG: gitlint.lint Commit Object
|
|
|
|
--- Commit Message ----
|
2025-02-13 06:01:51 +01:00
|
|
|
WIP: msg-fïlename test.
|
2025-02-13 05:54:40 +01:00
|
|
|
--- Meta info ---------
|
2025-02-13 06:01:51 +01:00
|
|
|
Author: gitlint-test-user <gitlint@test.com>
|
|
|
|
Date: {date}
|
2025-02-13 05:54:40 +01:00
|
|
|
is-merge-commit: False
|
|
|
|
is-fixup-commit: False
|
2025-02-13 06:06:11 +01:00
|
|
|
is-fixup-amend-commit: False
|
2025-02-13 05:54:40 +01:00
|
|
|
is-squash-commit: False
|
|
|
|
is-revert-commit: False
|
2025-02-13 06:06:11 +01:00
|
|
|
Parents: []
|
|
|
|
Branches: ['main']
|
2025-02-13 06:01:51 +01:00
|
|
|
Changed Files: []
|
2025-02-13 06:06:11 +01:00
|
|
|
Changed Files Stats: {{}}
|
2025-02-13 05:54:40 +01:00
|
|
|
-----------------------
|
2025-02-13 06:01:51 +01:00
|
|
|
DEBUG: gitlint.cli Exit Code = 3
|