Re: [IDEA] lint the whole dang thang

2022-09-08 Thread zimoun
Hi, On Wed, 07 Sep 2022 at 17:18, jgart wrote: > wdyt if we have the following option for `guix lint`? > > ``` > -f, --whole-file lint all the packages in the given file(s) > ``` I would prefer -m/--manifest first. :-) Cheers, simon

Re: [IDEA] lint the whole dang thang

2022-09-07 Thread Kaelyn
--- Original Message --- On Wednesday, September 7th, 2022 at 10:18 PM, jgart wrote: > Hi Guixers, > > wdyt if we have the following option for `guix lint`? > > `-f, --whole-file lint all the packages in the given file(s)` +1 to this. It would provide symmetry with the `--whole-file`

[IDEA] lint the whole dang thang

2022-09-07 Thread jgart
Hi Guixers, wdyt if we have the following option for `guix lint`? ``` -f, --whole-file lint all the packages in the given file(s) ``` -- jgart