From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Lirzin Subject: [PATCH 0/2] lint: Texinfo again. Date: Tue, 22 Sep 2015 15:44:21 +0200 Message-ID: <1442929463-19527-1-git-send-email-mthl@openmailbox.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------2.5.1" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41210) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeNtL-0006bq-On for guix-devel@gnu.org; Tue, 22 Sep 2015 09:45:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZeNtI-0000VU-5r for guix-devel@gnu.org; Tue, 22 Sep 2015 09:45:55 -0400 Received: from smtp16.openmailbox.org ([62.4.1.50]:41584) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeNtH-0000Ut-UM for guix-devel@gnu.org; Tue, 22 Sep 2015 09:45:52 -0400 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org This is a multi-part message in MIME format. --------------2.5.1 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: quoted-printable As a follow up of I have tried to implement the requested changes. There is a problem with =E2=80=98check-end-of-sentence-space=E2=80=99 because Texinfo conversion = implicitly add missing spaces so they are not detected by =E2=80=98guix lint=E2=80=99. = Maybe we should check this on the raw description instead? Mathieu Lirzin (2): lint: Check non-translated package descriptions. lint: Accept '`' character. guix/scripts/lint.scm | 19 +++++++++++-------- guix/ui.scm | 1 + 2 files changed, 12 insertions(+), 8 deletions(-) --=20 2.5.1 --------------2.5.1--