Skip to content

Commit

Permalink
CONTRIBUTING.md: Fix checkstyle9.pl name
Browse files Browse the repository at this point in the history
Pull request: freebsd#703
  • Loading branch information
tomhukins authored and emaste committed Mar 27, 2023
1 parent b37d1de commit f597270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +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
* Run tools/build/checkstyle9.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: <bugnumber>' to the comment message.
* If there's a code review in phabricator, please include a link as a 'Differential Revision: ' line.
Expand Down

0 comments on commit f597270

Please sign in to comment.