Down for Maintenance from December 01, 2025 Monday 9:30pm PST to December 02, 2025 Tuesday 3:30am PST (i.e., 05:30am -11:30am GMT, December 02, 2025 Tuesday)
- Loading...
...
| Code Block |
|---|
$ git jcheck -h |
Run git-jcheck on the HEAD commit:
| Code Block | ||
|---|---|---|
| ||
$ git jcheck usage: git jcheck [options] -r, --rev REV Check the specified revision or range (default: HEAD) --whitelist FILE Use the specified whitelist (default: .jcheck/whitelist.json) --blacklist FILE Use the specified blacklist (default: .jcheck/blacklist.json) --census FILE Use the specified census (default: https://openjdk.java.net/census.xml) --ignore CHECKS Ignore errors from checks with the given name --setup-pre-push-hook Set up a pre-push hook that runs jcheck on commits to be pushed -m, --mercurial Deprecated: force use of mercurial -v, --verbose Turn on verbose output --debug Turn on debugging output --lax Check comments, tags and whitespace laxly -s, --strict Check everything -v, --version Print the version of this tool -h, --help Show this help text |
Run git-jcheck on the HEAD commit:
| Code Block | ||
|---|---|---|
| ||
$ git jcheck |
Run git-jcheck on all commits between master and HEAD:
...