mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-24 13:24:27 +02:00
8255526: Enable jcheck whitespace checking of build system files
Reviewed-by: shade, erikj
This commit is contained in:
parent
c45ab1aada
commit
8e7a855ee8
3 changed files with 4 additions and 3 deletions
|
@ -14,7 +14,8 @@ version=0
|
|||
domain=openjdk.org
|
||||
|
||||
[checks "whitespace"]
|
||||
files=.*\.cpp|.*\.hpp|.*\.c|.*\.h|.*\.java|.*\.cc|.*\.hh|.*\.m|.*\.mm
|
||||
files=.*\.cpp|.*\.hpp|.*\.c|.*\.h|.*\.java|.*\.cc|.*\.hh|.*\.m|.*\.mm|.*\.gmk|.*\.m4|.*\.ac|Makefile
|
||||
ignore-tabs=.*\.gmk|Makefile
|
||||
|
||||
[checks "merge"]
|
||||
message=Merge
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue