From dd7c013d4be0fea8db61c909f5ba6f877c143fd3 Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Sun, 12 Oct 2014 01:58:29 +0200 Subject: guix lint: add the --checkers option. * guix/scripts/lint.scm: add the "--checkers" option. * doc/guix.texi (Invoking guix lint): Document it. * tests/guix-lint.sh: New file * Makefile.am (SCM_TESTS): Add it. --- doc/guix.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/guix.texi b/doc/guix.texi index bbe84ab275..4c59d9f696 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -2855,6 +2855,11 @@ The @var{options} may be zero or more of the following: @table @code +@item --checkers +@itemx -c +Only enable the checkers specified in a comma-separated list using the +names returned by @code{--list-checkers}. + @item --list-checkers @itemx -l List and describe all the available checkers that will be run on packages -- cgit v1.2.3