From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F380613835A for ; Tue, 30 Mar 2021 16:10:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 186C9E0ADA; Tue, 30 Mar 2021 16:10:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01928E0ADA for ; Tue, 30 Mar 2021 16:10:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA59B335D2C for ; Tue, 30 Mar 2021 16:10:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EC32639 for ; Tue, 30 Mar 2021 16:10:07 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1617120053.2d6f348dda36f01bb240e06b38c5a894e6dce7aa.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/common-mistakes/ X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-writing/common-mistakes/text.xml X-VCS-Directories: ebuild-writing/common-mistakes/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 2d6f348dda36f01bb240e06b38c5a894e6dce7aa X-VCS-Branch: master Date: Tue, 30 Mar 2021 16:10:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d2dc01d1-5c41-413a-a05e-9622a26ef614 X-Archives-Hash: 496c7f221d2c29d476f16aa30643fcc3 commit: 2d6f348dda36f01bb240e06b38c5a894e6dce7aa Author: Sam James gentoo org> AuthorDate: Sun Mar 21 04:36:02 2021 +0000 Commit: Ulrich Müller gentoo 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 gentoo.org> Signed-off-by: Ulrich Müller 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 please use tabs!

-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 repoman or pkgcheck +over your ebuilds so it can tell you if there is trailing whitespace at the end +of lines or on empty lines.