summaryrefslogtreecommitdiffstats
path: root/gitlint/tests/expected/cli/test_cli/test_lint_staged_stdin_2
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-12-04 03:31:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-12-04 03:31:49 +0000
commit23d0ac82f3d68663ddc74a0e1f9b963beb8d62b9 (patch)
treefc37aa2c97a3d28b3dee7f3892041158981ed335 /gitlint/tests/expected/cli/test_cli/test_lint_staged_stdin_2
parentReleasing progress-linux version 0.16.0-1. (diff)
downloadgitlint-23d0ac82f3d68663ddc74a0e1f9b963beb8d62b9.tar.xz
gitlint-23d0ac82f3d68663ddc74a0e1f9b963beb8d62b9.zip
Merging upstream version 0.17.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'gitlint/tests/expected/cli/test_cli/test_lint_staged_stdin_2')
-rw-r--r--gitlint/tests/expected/cli/test_cli/test_lint_staged_stdin_288
1 files changed, 0 insertions, 88 deletions
diff --git a/gitlint/tests/expected/cli/test_cli/test_lint_staged_stdin_2 b/gitlint/tests/expected/cli/test_cli/test_lint_staged_stdin_2
deleted file mode 100644
index 1d1020a..0000000
--- a/gitlint/tests/expected/cli/test_cli/test_lint_staged_stdin_2
+++ /dev/null
@@ -1,88 +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 DEFAULT_ENCODING: {DEFAULT_ENCODING}
-DEBUG: gitlint.cli Configuration
-config-path: None
-[GENERAL]
-extra-path: None
-contrib: []
-ignore:
-ignore-merge-commits: True
-ignore-fixup-commits: True
-ignore-squash-commits: True
-ignore-revert-commits: True
-ignore-stdin: False
-staged: True
-fail-without-commits: False
-verbosity: 3
-debug: True
-target: {target}
-[RULES]
- I1: ignore-by-title
- ignore=all
- regex=None
- I2: ignore-by-body
- ignore=all
- regex=None
- I3: ignore-body-lines
- regex=None
- I4: ignore-by-author-name
- ignore=all
- regex=None
- 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
- regex=None
- T8: title-min-length
- min-length=5
- 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=
- B8: body-match-regex
- regex=None
- M1: author-valid-email
- regex=[^@ ]+@[^@ ]+\.[^@ ]+
-
-DEBUG: gitlint.cli Fetching additional meta-data from staged commit
-DEBUG: gitlint.cli Stdin data: 'WIP: tïtle
-'
-DEBUG: gitlint.cli Stdin detected and not ignored. Using as input.
-DEBUG: gitlint.git ('config', '--get', 'core.commentchar')
-DEBUG: gitlint.cli Linting 1 commit(s)
-DEBUG: gitlint.lint Linting commit [SHA UNKNOWN]
-DEBUG: gitlint.git ('config', '--get', 'user.name')
-DEBUG: gitlint.git ('config', '--get', 'user.email')
-DEBUG: gitlint.git ('rev-parse', '--abbrev-ref', 'HEAD')
-DEBUG: gitlint.git ('diff', '--staged', '--name-only', '-r')
-DEBUG: gitlint.lint Commit Object
---- Commit Message ----
-WIP: tïtle
---- Meta info ---------
-Author: föo user <föo@bar.com>
-Date: 2020-02-19 12:18:46 +0100
-is-merge-commit: False
-is-fixup-commit: False
-is-squash-commit: False
-is-revert-commit: False
-Branches: ['my-branch']
-Changed Files: ['commit-1/file-1', 'commit-1/file-2']
------------------------
-DEBUG: gitlint.cli Exit Code = 3 \ No newline at end of file