diff options
author | Cyril Roelandt <tipecaml@gmail.com> | 2014-10-12 01:58:29 +0200 |
---|---|---|
committer | Cyril Roelandt <tipecaml@gmail.com> | 2014-10-16 00:50:27 +0200 |
commit | dd7c013d4be0fea8db61c909f5ba6f877c143fd3 (patch) | |
tree | 9af11d891f6eb2d6650139f0641849a20fd7624f /doc | |
parent | 51861587c670c390b3420f0da6a86111b386f750 (diff) | |
download | guix-dd7c013d4be0fea8db61c909f5ba6f877c143fd3.tar.gz |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 5 |
1 files changed, 5 insertions, 0 deletions
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 |