Skip to content

Commit 9525186

Browse files
kevinrushfortherikj79
authored andcommittedSep 11, 2020
8253031: git jcheck complains about invalid tags in jdk repo after fix for JDK-8252844
Reviewed-by: ehelin, erikj
1 parent 7f27d0b commit 9525186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.jcheck/conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jbs=JDK
66
error=author,committer,reviewers,merge,issues,executable,symlink,message,hg-tag,whitespace
77

88
[repository]
9-
tags=(?:jdk-(?:[1-9]([0-9]*)(?:\\.(?:0|[1-9][0-9]*)){0,4})(?:\\+(?:(?:[0-9]+))|(?:-ga)))|(?:jdk[4-9](?:u\\d{1,3})?-(?:(?:b\\d{2,3})|(?:ga)))|(?:hs\\d\\d(?:\\.\\d{1,2})?-b\\d\\d)
9+
tags=(?:jdk-(?:[1-9]([0-9]*)(?:\.(?:0|[1-9][0-9]*)){0,4})(?:\+(?:(?:[0-9]+))|(?:-ga)))|(?:jdk[4-9](?:u\d{1,3})?-(?:(?:b\d{2,3})|(?:ga)))|(?:hs\d\d(?:\.\d{1,2})?-b\d\d)
1010
branches=
1111

1212
[census]

0 commit comments

Comments
 (0)
Please sign in to comment.