[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] ls: add --sort=width (-W) option to sort by filename width
From: |
Jim Meyering |
Subject: |
Re: [PATCH] ls: add --sort=width (-W) option to sort by filename width |
Date: |
Sun, 11 Apr 2021 12:48:10 -0700 |
On Sun, Apr 11, 2021 at 10:38 AM Pádraig Brady <P@draigbrady.com> wrote:
...
> The changes didn't introduce any new instances
> of that const declaration style (apart from the new forward declaration),
> but you're right we should be consistent here.
> This seems like the perfect thing for a syntax check,
> so I added a simple one as follows:
>
> +# Prefer the const declaration form, with const following the type
> +sc_prohibit-const-char:
> + @prohibit='const char \*' \
> + in_vc_files='\.[ch]$$' \
> + halt='Use char const *, not const char *' \
> + $(_sc_search_regexp)
>
> I adjusted all files to pass and pushed.
Great. Thank you!
- [PATCH] ls: add --sort=width (-W) option to sort by filename width, Carl Edquist, 2021/04/09
- Re: [PATCH] ls: add --sort=width (-W) option to sort by filename width, Carl Edquist, 2021/04/15
- Re: [PATCH] ls: add --sort=width (-W) option to sort by filename width, Michael Stone, 2021/04/15
- Re: [PATCH] ls: add --sort=width (-W) option to sort by filename width, Carl Edquist, 2021/04/15
- Re: [PATCH] ls: add --sort=width (-W) option to sort by filename width, Tony Freeman, 2021/04/15
- Re: [PATCH] ls: add --sort=width (-W) option to sort by filename width, Glenn Golden, 2021/04/15
- Re: [PATCH] ls: add --sort=width (-W) option to sort by filename width, Pádraig Brady, 2021/04/17
- Re: [PATCH] ls: add --sort=width (-W) option to sort by filename width, Carl Edquist, 2021/04/15
- Re: [PATCH] ls: add --sort=width (-W) option to sort by filename width, Pádraig Brady, 2021/04/15
- Re: [PATCH] ls: add --sort=width (-W) option to sort by filename width, Carl Edquist, 2021/04/15