From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] gnu: Add cppcheck. Date: Wed, 2 Mar 2016 14:34:40 +0100 Message-ID: References: <87ziuhvz5e.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ab6vV-0001Q8-Sj for guix-devel@gnu.org; Wed, 02 Mar 2016 08:34:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ab6vR-0004DR-S5 for guix-devel@gnu.org; Wed, 02 Mar 2016 08:34:53 -0500 In-Reply-To: <87ziuhvz5e.fsf@gnu.org> 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: Roel Janssen Cc: guix-devel Hi Roel, > Here's a very simple package description for 'cppcheck'. > Hopefully, my patch is all right. thank you, this looks good. I would add one sentence to the description to start with what Cppcheck is, rather than what it is not. Cppcheck is a static code analyzer for C and C++. Unlike C/C++ ... If that=E2=80=99s okay I=E2=80=99ll push it with this change and with a c= opyright line for you. ~~ Ricardo