From 9c43d5ca20d71af5b0885ab2d70e8246f988bb06 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 21 Mar 2023 02:08:12 -0600 Subject: [PATCH] CONTRIBUTING.md: Suggest using checkstyle9.pl --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ad221be66af..8aedda5f4e6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,6 +29,7 @@ A pull request will be considered if: * Fixup commits should be squashed with the commit they are fixing. Each commit in your branch should be suitable for FreeBSD's repository. * Commits should include one or more `Signed-off-by:` lines with full name and email address certifying [Developer Certificate of Origin](https://developercertificate.org/). * The commits follow FreeBSD's style guide. See [Style](#Style). +* Run tools/build/checkstlye9.pl on your git branch and eliminate all errors * The commits should not introduce trailing white space. * If the commmit fixes a bug, please add 'PR: ' to the comment message. * If there's a code review in phabricator, please include a link as a 'Differential Revision: ' line. -- 2.45.0