git: 1b2c3ba6a5 - main - Mention portfmt & portclippy.
Mathieu Arnold <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/doc/commit/?id=1b2c3ba6a5c6021b3a27ab6c500a0f25041de6d5 commit 1b2c3ba6a5c6021b3a27ab6c500a0f25041de6d5 Author: Mathieu Arnold <[email protected]> AuthorDate: 2021-04-12 15:34:29 +0000 Commit: Mathieu Arnold <[email protected]> CommitDate: 2021-04-12 15:37:52 +0000 Mention portfmt & portclippy. --- .../content/en/books/porters-handbook/testing/_index.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/documentation/content/en/books/porters-handbook/testing/_index.adoc b/documentation/content/en/books/porters-handbook/testing/_index.adoc index 25901637df..129743efb2 100644 --- a/documentation/content/en/books/porters-handbook/testing/_index.adoc +++ b/documentation/content/en/books/porters-handbook/testing/_index.adoc @@ -43,6 +43,15 @@ If `make describe` produces a string rather than an error message, everything is Also note that running a recent version of `portlint` (as specified in the next section) will cause `make describe` to be run automatically. +[[testing-portclippy]] +== Portclippy / Portfmt + +Those tools come from package:ports-mgmt/portfmt[]. + +Portclippy is a linter that checks if variables in the [.filename]#Makefile# are in the correct order according to crossref:order[porting-order,Order of Variables in Port Makefiles]. + +Portfmt is a tool for automatically formatting [.filename]#Makefile#. + [[testing-portlint]] == Portlint _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"