guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: guix lint should support overrides


From: zimoun
Subject: Re: guix lint should support overrides
Date: Mon, 05 Sep 2022 18:52:56 +0200

Hi Vgrant,

On mer., 24 août 2022 at 14:06, Vagrant Cascadian <vagrant@debian.org> wrote:

> Maybe something like:
>
> (define-public thispackages
>   (package
>    (name "thispackages"
>    ...
>    (lint-overides
>     (list
>         ;; The upstream name is actually "This Packages", not a typo.
>         "typo in description: 'This Packages' should be 'This Package'")) 
>
> And then guix lint would hide or ignore things that would otherwise emit
> the strings listed in lint-overrides ... or something like that. Maybe
> exact match, maybe get into a little pattern matching, not
> sure. Implementation is not my strong point here. :)

Well, it is possible to turn off one specific checker for one package;
using the ’properties’ field.  However, this “overides” requires more
work. :-)

Basically, the wish is for description and synopsis and mainly for typo,
right?


Cheers,
simon



reply via email to

[Prev in Thread] Current Thread [Next in Thread]