1 [general]
 2 project=valhalla
 3 jbs=JDK
 4 version=25
 5 
 6 [checks]
 7 error=author,committer,executable,symlink,whitespace
 8 warning=issuestitle
 9 
10 [census]
11 version=0
12 domain=openjdk.org
13 
14 [checks "whitespace"]
15 files=.*\.cpp|.*\.hpp|.*\.c|.*\.h|.*\.java|.*\.cc|.*\.hh|.*\.m|.*\.mm|.*\.S|.*\.md|.*\.properties|.*\.gmk|.*\.m4|.*\.ac|Makefile
16 ignore-tabs=.*\.gmk|Makefile
17 
18 [checks "committer"]
19 role=committer
20 
21 [checks "problemlists"]
22 dirs=test/jdk|test/langtools|test/lib-test|test/hotspot/jtreg|test/jaxp
23 
24 [checks "copyright"]
25 files=^(?!LICENSE|license\.txt|.*\.bin|.*\.gif|.*\.jpg|.*\.png|.*\.icon|.*\.tiff|.*\.dat|.*\.patch|.*\.wav|.*\.class|.*-header|.*\.jar).*
26 oracle_locator=.*Copyright \(c\)(.*)Oracle and/or its affiliates\. All rights reserved\.
27 oracle_validator=.*Copyright \(c\) (\d{4})(?:, (\d{4}))?, Oracle and/or its affiliates\. All rights reserved\.