[Rev 01] RFR: Update jcheck conf
Erik Helin
ehelin at openjdk.java.net
Tue Feb 4 15:47:54 UTC 2020
On Tue, 4 Feb 2020 15:33:12 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:
>> This configuration file is used by the Skara bots as a source for various data. We need to update it now that we have moved to GitHub
>
> The pull request has been updated with 1 additional commit.
Looks good Jorn, thanks for fixing!
.jcheck/conf line 36:
> 35: [checks "whitespace"]
> 36: files=.*\.java$|.*\.yml$|.*\.gradle$|.*.\txt$
> 37:
Suggestion:
files=.*.java$|.*.cpp$|.*.hpp$|.*.c$|.*.h$
-------------
Marked as reviewed by ehelin (Reviewer).
PR: https://git.openjdk.java.net/panama-foreign/pull/2
More information about the panama-dev
mailing list