Adding upstream version 0.19.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
9b31168df6
commit
528df549e3
111 changed files with 2058 additions and 1676 deletions
|
@ -5,7 +5,8 @@ DEBUG: gitlint.git ('--version',)
|
|||
DEBUG: gitlint.cli Git version: {git_version}
|
||||
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 TERMINAL_ENCODING: {TERMINAL_ENCODING}
|
||||
DEBUG: gitlint.cli FILE_ENCODING: {FILE_ENCODING}
|
||||
DEBUG: gitlint.cli Configuration
|
||||
config-path: None
|
||||
[GENERAL]
|
||||
|
|
|
@ -5,7 +5,8 @@ DEBUG: gitlint.git ('--version',)
|
|||
DEBUG: gitlint.cli Git version: {git_version}
|
||||
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 TERMINAL_ENCODING: {TERMINAL_ENCODING}
|
||||
DEBUG: gitlint.cli FILE_ENCODING: {FILE_ENCODING}
|
||||
DEBUG: gitlint.cli Configuration
|
||||
config-path: None
|
||||
[GENERAL]
|
||||
|
|
|
@ -5,7 +5,8 @@ DEBUG: gitlint.git ('--version',)
|
|||
DEBUG: gitlint.cli Git version: {git_version}
|
||||
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 TERMINAL_ENCODING: {TERMINAL_ENCODING}
|
||||
DEBUG: gitlint.cli FILE_ENCODING: {FILE_ENCODING}
|
||||
DEBUG: gitlint.cli Configuration
|
||||
config-path: None
|
||||
[GENERAL]
|
||||
|
|
|
@ -5,7 +5,8 @@ DEBUG: gitlint.git ('--version',)
|
|||
DEBUG: gitlint.cli Git version: {git_version}
|
||||
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 TERMINAL_ENCODING: {TERMINAL_ENCODING}
|
||||
DEBUG: gitlint.cli FILE_ENCODING: {FILE_ENCODING}
|
||||
DEBUG: gitlint.cli Configuration
|
||||
config-path: None
|
||||
[GENERAL]
|
||||
|
|
|
@ -5,7 +5,8 @@ DEBUG: gitlint.git ('--version',)
|
|||
DEBUG: gitlint.cli Git version: {git_version}
|
||||
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 TERMINAL_ENCODING: {TERMINAL_ENCODING}
|
||||
DEBUG: gitlint.cli FILE_ENCODING: {FILE_ENCODING}
|
||||
DEBUG: gitlint.cli Configuration
|
||||
config-path: {config_path}
|
||||
[GENERAL]
|
||||
|
|
|
@ -5,7 +5,8 @@ DEBUG: gitlint.git ('--version',)
|
|||
DEBUG: gitlint.cli Git version: {git_version}
|
||||
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 TERMINAL_ENCODING: {TERMINAL_ENCODING}
|
||||
DEBUG: gitlint.cli FILE_ENCODING: {FILE_ENCODING}
|
||||
DEBUG: gitlint.cli Configuration
|
||||
config-path: None
|
||||
[GENERAL]
|
||||
|
|
3
qa/expected/test_rules/test_ignore_rules_1
Normal file
3
qa/expected/test_rules/test_ignore_rules_1
Normal file
|
@ -0,0 +1,3 @@
|
|||
1: T5 Title contains the word 'WIP' (case-insensitive): "WIP: Commït Tïtle"
|
||||
3: B3 Line contains hard tab characters (\t): "Sïmple commit body"
|
||||
4: B2 Line has trailing whitespace: "Anōther Line "
|
2
qa/expected/test_rules/test_ignore_rules_2
Normal file
2
qa/expected/test_rules/test_ignore_rules_2
Normal file
|
@ -0,0 +1,2 @@
|
|||
1: T5 Title contains the word 'WIP' (case-insensitive): "WIP: Commït Tïtle"
|
||||
3: B3 Line contains hard tab characters (\t): "Sïmple commit body"
|
2
qa/expected/test_rules/test_match_regex_rules_1
Normal file
2
qa/expected/test_rules/test_match_regex_rules_1
Normal file
|
@ -0,0 +1,2 @@
|
|||
1: T7 Title does not match regex (foo): "Thåt dûr bår"
|
||||
4: B8 Body does not match regex (bar)
|
|
@ -2,3 +2,4 @@
|
|||
1: UC3 Branch name 'main' does not start with one of ['feature/', 'hotfix/', 'release/']
|
||||
1: UL1 Title contains the special character '$'
|
||||
2: B4 Second line is not empty
|
||||
3: B3 Line contains hard tab characters (\t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue