On 2026-02-24T14:10:37+0100, Rene Kita wrote:
> Exceptions are now dealt with on a case-by-case basis. Drop global
> exceptions.
> ---
>  Makefile.am | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Makefile.am b/Makefile.am
> index 4a23e16c..83fc4757 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -221,7 +221,7 @@ update-doc:
>       (cd doc && $(MAKE) update-doc)
>  
>  shellcheck:
> -     (find . -name \*.sh && echo "gen_defs muttbug prepare") | xargs 
> shellcheck --exclude=SC2003,SC2006,SC2086,SC2162,SC2046
> +     (find . -name \*.sh && echo "gen_defs muttbug prepare") | xargs 
> shellcheck

Ahhh, these exceptions make sense.  So, I think I'd prefer having some
global exceptions.  We want to keep using x$foo everywhere, right?


Cheers,
Alex

>  
>  tabcheck:
>       find . -name '*.[ch]' ! -name keymap_defs.h ! -name conststrings.c 
> -print0 | \
> -- 
> 2.51.0
> 

-- 
<https://www.alejandro-colomar.es>

Attachment: signature.asc
Description: PGP signature

Reply via email to