Re: [PATCH V6 2/2] checkpatch: check format of Vec<String> in modules
From: Guilherme Giacomo Simoes
Date: Thu Mar 06 2025 - 11:09:15 EST
Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx> wrote:
> In any case, without changing the configuration, i.e. the current
> status, what happens in the different cases? e.g. 1 item, 2 items, 10
> items...?
In current config, the formatting seems don't have a effect for arrays.
i.e. this array: authors: [ "author_1", "author_2", "author_3", "author_4","author_5","author_6","author_7" ]
don't is fixed by rustfmt for no format.
Thanks,
Guilherme