[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71697] [PATCH v2] guix: scripts: lint: Honor package property to ex
From: |
Liliana Marie Prikler |
Subject: |
[bug#71697] [PATCH v2] guix: scripts: lint: Honor package property to exclude chercker. |
Date: |
Fri, 21 Jun 2024 23:09:27 +0200 |
User-agent: |
Evolution 3.48.4 |
Am Freitag, dem 21.06.2024 um 20:33 +0200 schrieb Simon Tournier:
> +Sometimes it is not desired to run the same checker each time
> +@command{guix lint} is invoked---e.g., because the checker takes
> time or
> +to avoid to send again and again the same request for archiving.
> +Instead of excluding the checker at the command-line via the option
> +@code{--exclude}, the package might be marked to skip the checker by
> +honoring the property in package definition, e.g.,
> +
> +@lisp
> +(package
> + (name "python-scikit-learn")
> + ;; @dots{}
> + (properties '((no-archival . #t)
> + (no-name . #t))))
> +@end lisp
> +
Maybe we should future-proof this by calling them "lint-exclude-CHECK".
While a generic "no-CHECK" sounds great, at least no-name might confuse
first readers :)
Cheers
- [bug#71697] [PATCH] guix: lint: Honor 'no-archival?' package property., Simon Tournier, 2024/06/21
- [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