< prev index next >

.jcheck/conf

Print this page
*** 1,13 ***
  [general]
! project=jdk
  jbs=JDK
  version=25
  
  [checks]
! error=author,committer,reviewers,merge,issues,executable,symlink,message,hg-tag,whitespace,problemlists,copyright
- warning=issuestitle,binary
  
  [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=.*
  
--- 1,12 ---
  [general]
! project=babylon
  jbs=JDK
  version=25
  
  [checks]
! error=author,committer,merge,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)
  branches=.*
  

*** 32,10 ***
  [checks "issues"]
  pattern=^([124-8][0-9]{6}): (\S.*)$
  
  [checks "problemlists"]
  dirs=test/jdk|test/langtools|test/lib-test|test/hotspot/jtreg|test/jaxp
- 
- [checks "copyright"]
- files=^(?!LICENSE|license\.txt|.*\.bin|.*\.gif|.*\.jpg|.*\.png|.*\.icon|.*\.tiff|.*\.dat|.*\.patch|.*\.wav|.*\.class|.*-header|.*\.jar).*
- oracle_locator=.*Copyright \(c\)(.*)Oracle and/or its affiliates\. All rights reserved\.
- oracle_validator=.*Copyright \(c\) (\d{4})(?:, (\d{4}))?, Oracle and/or its affiliates\. All rights reserved\.
--- 31,5 ---
< prev index next >