From 85812cd25d9e2f015bb71b26d51458b3718bf6c7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 3 Nov 2020 07:07:48 +0100 Subject: Merging upstream version 0.14.0. Signed-off-by: Daniel Baumann --- gitlint/tests/expected/test_cli/test_debug_1 | 102 --------------------------- 1 file changed, 102 deletions(-) delete mode 100644 gitlint/tests/expected/test_cli/test_debug_1 (limited to 'gitlint/tests/expected/test_cli/test_debug_1') diff --git a/gitlint/tests/expected/test_cli/test_debug_1 b/gitlint/tests/expected/test_cli/test_debug_1 deleted file mode 100644 index 612f78e..0000000 --- a/gitlint/tests/expected/test_cli/test_debug_1 +++ /dev/null @@ -1,102 +0,0 @@ -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} -DEBUG: gitlint.cli Git version: git version 1.2.3 -DEBUG: gitlint.cli Gitlint version: {gitlint_version} -DEBUG: gitlint.cli GITLINT_USE_SH_LIB: {GITLINT_USE_SH_LIB} -DEBUG: gitlint.cli Configuration -config-path: {config_path} -[GENERAL] -extra-path: None -contrib: [] -ignore: title-trailing-whitespace,B2 -ignore-merge-commits: False -ignore-fixup-commits: True -ignore-squash-commits: True -ignore-revert-commits: True -ignore-stdin: False -staged: False -verbosity: 1 -debug: True -target: {target} -[RULES] - I1: ignore-by-title - ignore=all - regex=None - I2: ignore-by-body - ignore=all - regex=None - 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=[^@ ]+@[^@ ]+\.[^@ ]+ - -DEBUG: gitlint.cli No --msg-filename flag, no or empty data passed to stdin. Using the local repo. -DEBUG: gitlint.cli Linting 3 commit(s) -DEBUG: gitlint.lint Linting commit 6f29bf81a8322a04071bb794666e48c443a90360 -DEBUG: gitlint.lint Commit Object ---- Commit Message ---- -commït-title1 - -commït-body1 ---- Meta info --------- -Author: test åuthor1 -Date: 2016-12-03 15:28:15 +0100 -is-merge-commit: False -is-fixup-commit: False -is-squash-commit: False -is-revert-commit: False -Branches: ['commit-1-branch-1', 'commit-1-branch-2'] -Changed Files: ['commit-1/file-1', 'commit-1/file-2'] ------------------------ -DEBUG: gitlint.lint Linting commit 25053ccec5e28e1bb8f7551fdbb5ab213ada2401 -DEBUG: gitlint.lint Commit Object ---- Commit Message ---- -commït-title2. - -commït-body2 ---- Meta info --------- -Author: test åuthor2 -Date: 2016-12-04 15:28:15 +0100 -is-merge-commit: False -is-fixup-commit: False -is-squash-commit: False -is-revert-commit: False -Branches: ['commit-2-branch-1', 'commit-2-branch-2'] -Changed Files: ['commit-2/file-1', 'commit-2/file-2'] ------------------------ -DEBUG: gitlint.lint Linting commit 4da2656b0dadc76c7ee3fd0243a96cb64007f125 -DEBUG: gitlint.lint Commit Object ---- Commit Message ---- -föo -bar ---- Meta info --------- -Author: test åuthor3 -Date: 2016-12-05 15:28:15 +0100 -is-merge-commit: False -is-fixup-commit: False -is-squash-commit: False -is-revert-commit: False -Branches: ['commit-3-branch-1', 'commit-3-branch-2'] -Changed Files: ['commit-3/file-1', 'commit-3/file-2'] ------------------------ -DEBUG: gitlint.cli Exit Code = 6 \ No newline at end of file -- cgit v1.2.3