We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2555101 commit d7c7837Copy full SHA for d7c7837
src/patchtest2/tests/core.py
@@ -39,7 +39,6 @@ def test_mbox_shortlog_length(target):
39
result = "PASS"
40
reason = f"Edit shortlog so that it is {patterns.mbox_shortlog_maxlength} characters or less (currently {shortlog_len} characters)"
41
42
- print(target.shortlog)
43
if shortlog.startswith('Revert "'):
44
result = "SKIP"
45
reason = "No need to test revert patches"
0 commit comments