Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/common-mistakes/
Date: Tue, 30 Mar 2021 16:10:10
Message-Id: 1617120053.2d6f348dda36f01bb240e06b38c5a894e6dce7aa.ulm@gentoo
1 commit: 2d6f348dda36f01bb240e06b38c5a894e6dce7aa
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 21 04:36:02 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 30 16:00:53 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=2d6f348d
7
8 ebuild-writing/common-mistakes: mention pkgcheck
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 ebuild-writing/common-mistakes/text.xml | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml
17 index 91eca66..b178209 100644
18 --- a/ebuild-writing/common-mistakes/text.xml
19 +++ b/ebuild-writing/common-mistakes/text.xml
20 @@ -409,8 +409,9 @@ the guidelines to use TABS rather than spaces. So <e>please</e> use tabs!
21 <body>
22
23 <p>
24 -I'm often guilty of this. Remember to run repoman over your ebuilds so it can
25 -tell you if there is trailing whitespace at the end of lines or on empty lines.
26 +I'm often guilty of this. Remember to run <c>repoman</c> or <c>pkgcheck</c>
27 +over your ebuilds so it can tell you if there is trailing whitespace at the end
28 +of lines or on empty lines.
29 </p>
30
31 </body>