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.
verify-commits
2 parents e4478d3 + ded915e commit 4604508Copy full SHA for 4604508
contrib/verify-commits/verify-commits.py
@@ -88,7 +88,7 @@ def main():
88
verified_sha512_root = f.read().splitlines()[0]
89
with open(dirname + "/allow-revsig-commits", "r", encoding="utf8") as f:
90
revsig_allowed = f.read().splitlines()
91
- with open(dirname + "/allow-unclean-merge-commit", "r", encoding="utf8") as f:
+ with open(dirname + "/allow-unclean-merge-commits", "r", encoding="utf8") as f:
92
unclean_merge_allowed = f.read().splitlines()
93
with open(dirname + "/allow-incorrect-sha512-commits", "r", encoding="utf8") as f:
94
incorrect_sha512_allowed = f.read().splitlines()
0 commit comments