On Fri, 11 Sep 2020 13:21:29 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
> The `.jcheck/conf` file is configured to check the same set of files as the > old HG jcheck, namely files with the > following extensions: > .java, .c, .h, .cpp, .hpp > > The Skara git jcheck allows us to evolve the rules for white space checking > compatibly. > > This PR adds the following additional file extensions to the list of source > files that need to be kept whitespace-clean: > > .cc, .css, .frag, .fxml, .g4, .gradle, .groovy, .hlsl, .jsl, .m, .metal, > .mm, .stg, .vert > > For ease of review, I have done the initial push as 2 commits. The first > modifies the `.jcheck/conf` file and > `tools/scripts/checkWhiteSpace` script to add the additional extensions. The > second fixes the whitespace errors in the > (39) files among those with the newly added extensions. This pull request has now been integrated. Changeset: 976a7638 Author: Kevin Rushforth <k...@openjdk.org> URL: https://git.openjdk.java.net/jfx/commit/976a7638 Stats: 148 lines in 41 files changed: 16 ins; 0 del; 132 mod 8240499: Enforce whitespace checking for additional source files Reviewed-by: jvos, arapte ------------- PR: https://git.openjdk.java.net/jfx/pull/301