From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#33137: [Wishlist] recursive guix lint Date: Thu, 25 Oct 2018 15:31:32 +0200 Message-ID: <875zxqup8r.fsf@gnu.org> References: <20181024123915.GB1297@macbook41> 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]:57123) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gFfn0-00026L-O8 for bug-guix@gnu.org; Thu, 25 Oct 2018 09:35:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gFfk2-00063Z-LK for bug-guix@gnu.org; Thu, 25 Oct 2018 09:32:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:37012) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gFfk2-00063Q-CX for bug-guix@gnu.org; Thu, 25 Oct 2018 09:32:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gFfk2-0002j3-7o for bug-guix@gnu.org; Thu, 25 Oct 2018 09:32:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20181024123915.GB1297@macbook41> (Efraim Flashner's message of "Wed, 24 Oct 2018 15:39:15 +0300") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Efraim Flashner Cc: 33137@debbugs.gnu.org Hello, Efraim Flashner skribis: > We have the linter check for CVEs and updates to packages in a list, but > what about those packages they depend on? It would be great to be able > to 'guix lint --recursive foo' and get foo and also all the packages in > the different types of inputs. On the question of CVEs, see also . Do you think --recursive would be useful for other types of linters? Thanks, Ludo=E2=80=99.