Skip to content

Commit

Permalink
Relax jcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSimms committed Sep 18, 2020
1 parent 4f9c2e2 commit 1294793
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .jcheck/conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,15 @@ project=valhalla
jbs=JDK

[checks]
error=author,committer,merge,executable,symlink,hg-tag,whitespace
error=author,committer,executable,symlink,whitespace

[census]
version=0
domain=openjdk.org

[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)
branches=lworld

[checks "whitespace"]
files=.*\.cpp|.*\.hpp|.*\.c|.*\.h|.*\.java

[checks "merge"]
message=Merge jdk
files=.*\.cpp|.*\.hpp|.*\.c|.*\.h|.*\.java|.*\.cc|.*\.hh|.*\.m|.*\.mm

[checks "committer"]
role=committer

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

0 comments on commit 1294793

Please sign in to comment.