From 73eb4c01e8258d7e50220f30655c015791813d6a Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 24 May 2026 17:08:34 -0400 Subject: github tag min length now 7 (was 6). --- sbolint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbolint') diff --git a/sbolint b/sbolint index 70e4f86..ba2df21 100755 --- a/sbolint +++ b/sbolint @@ -1313,7 +1313,7 @@ sub check_github_url { $dir = $tag; } elsif(@parts == 1) { $tag = $dir = $parts[0]; - if($tag =~ /^[0-9a-f]{6,}$/ && $tag !~ /^20\d{6,}/) { + if($tag =~ /^[0-9a-f]{7,}$/ && $tag !~ /^20\d{6,}/) { # commit hash. the /^20\d{6,}/ is to exclude ISO dates like 20240402 if(length($tag) < 40) { # shortened, maybe the full hash is in the filename? -- cgit v1.2.3