[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71697] [PATCH v3 1/2] scripts: lint: Add 'dry-run' option.
From: |
Maxim Cournoyer |
Subject: |
[bug#71697] [PATCH v3 1/2] scripts: lint: Add 'dry-run' option. |
Date: |
Sun, 23 Jun 2024 19:54:16 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi,
Simon Tournier <zimon.toutoune@gmail.com> writes:
> * guix/scripts/lint.scm (show-help, %options): Add 'dry-run' option.
> (guix-lint): Use it.
> * doc/guix.texi: Document it.
>
> Change-Id: I8c96e376d52c0961ccf2ab39f1fc856c762b089d
> ---
> doc/guix.texi | 3 +++
> guix/scripts/lint.scm | 16 ++++++++++++----
> 2 files changed, 15 insertions(+), 4 deletions(-)
>
> diff --git a/doc/guix.texi b/doc/guix.texi
> index 769ca1399f..037b1a2f24 100644
> --- a/doc/guix.texi
> +++ b/doc/guix.texi
> @@ -15459,6 +15459,9 @@ Invoking guix lint
> List and describe all the available checkers that will be run on packages
> and exit.
>
> +@item --dry-run
> +Do not run the checkers.
Does it print which checkers would run? Otherwise I don't see the
usefulness.
--
Thanks,
Maxim
- [bug#71697] [PATCH v3 1/2] scripts: lint: Add 'dry-run' option., (continued)
- [bug#71697] [PATCH v3 1/2] scripts: lint: Add 'dry-run' option., Simon Tournier, 2024/06/22
- [bug#71697] [PATCH v3 2/2] scripts: lint: Honor package property to exclude checkers., Simon Tournier, 2024/06/22
- [bug#71697] [PATCH v3 2/2] scripts: lint: Honor package property to exclude checkers., Maxim Cournoyer, 2024/06/23
- [bug#71697] [PATCH v3 2/2] scripts: lint: Honor package property to exclude checkers., Ludovic Courtès, 2024/06/25
- [bug#71697] [PATCH v3 2/2] scripts: lint: Honor package property to exclude checkers., Greg Hogan, 2024/06/25
- [bug#71697] [PATCH v3 2/2] scripts: lint: Honor package property to exclude checkers., Ricardo Wurmus, 2024/06/26
- [bug#71697] [PATCH v3 2/2] scripts: lint: Honor package property to exclude checkers., Maxim Cournoyer, 2024/06/26
- [bug#71697] [PATCH v3 2/2] scripts: lint: Honor package property to exclude checkers., Greg Hogan, 2024/06/27
- [bug#71697] [PATCH v3 2/2] scripts: lint: Honor package property to exclude checkers., Maxim Cournoyer, 2024/06/28
- [bug#71697] [PATCH v3 2/2] scripts: lint: Honor package property to exclude checkers., Dale Mellor, 2024/06/30
[bug#71697] [PATCH v3 1/2] scripts: lint: Add 'dry-run' option.,
Maxim Cournoyer <=