Skip to content

Commit

Permalink
8253207: enable problemlists jcheck's check
Browse files Browse the repository at this point in the history
Reviewed-by: erikj
  • Loading branch information
iignatev committed Sep 16, 2020
1 parent 671dfba commit d38c97d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .jcheck/conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project=jdk
jbs=JDK

[checks]
error=author,committer,reviewers,merge,issues,executable,symlink,message,hg-tag,whitespace
error=author,committer,reviewers,merge,issues,executable,symlink,message,hg-tag,whitespace,problemlists

[repository]
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)
Expand All @@ -28,3 +28,6 @@ role=committer

[checks "issues"]
pattern=^([124-8][0-9]{6}): (\S.*)$

[checks "problemlists"]
dirs=test/jdk|test/langtools|test/lib-test|test/hotspot/jtreg|test/jaxp

0 comments on commit d38c97d

Please sign in to comment.