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: eclass-writing/
Date: Tue, 30 Mar 2021 06:55:52
Message-Id: 1617087204.ce22a0be5e11107c59d6f07fb508b5ff35cdf110.ulm@gentoo
1 commit: ce22a0be5e11107c59d6f07fb508b5ff35cdf110
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 22 06:19:51 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 30 06:53:24 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=ce22a0be
7
8 eclass-writing: mention pkgcheck usage for checking eclass docs
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 eclass-writing/text.xml | 8 ++++++++
14 1 file changed, 8 insertions(+)
15
16 diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml
17 index 6ac9f0d..288008d 100644
18 --- a/eclass-writing/text.xml
19 +++ b/eclass-writing/text.xml
20 @@ -151,6 +151,14 @@ multiline freetext, the <c>@CODE</c> tag should be used when necessary
21 to create unformatted code chunks (such as example code) by placing
22 the tag at the beginning and the end.
23 </p>
24 +
25 +<p>
26 +Note that <c>pkgcheck</c> can check for issues in eclass documentation.
27 +You could run e.g. <c>pkgcheck scan -s eclass</c> to check for issues
28 +in the tree or <c>pkgcheck scan --commits</c> to check for issues
29 +in your staged git commits.
30 +</p>
31 +
32 </body>
33 </section>