commit: 2d6f348dda36f01bb240e06b38c5a894e6dce7aa Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Mar 21 04:36:02 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue Mar 30 16:00:53 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=2d6f348d
ebuild-writing/common-mistakes: mention pkgcheck Signed-off-by: Sam James <sam <AT> gentoo.org> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ebuild-writing/common-mistakes/text.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml index 91eca66..b178209 100644 --- a/ebuild-writing/common-mistakes/text.xml +++ b/ebuild-writing/common-mistakes/text.xml @@ -409,8 +409,9 @@ the guidelines to use TABS rather than spaces. So <e>please</e> use tabs! <body> <p> -I'm often guilty of this. Remember to run repoman over your ebuilds so it can -tell you if there is trailing whitespace at the end of lines or on empty lines. +I'm often guilty of this. Remember to run <c>repoman</c> or <c>pkgcheck</c> +over your ebuilds so it can tell you if there is trailing whitespace at the end +of lines or on empty lines. </p> </body>
