On 19.11.2024 00:54, Stefano Stabellini wrote: > Currently the identifiers characters limit is arbitrarily set to 40. It > causes a few violations as we have some identifiers longer than 40. > > Increase the limit to another rather arbitrary limit of 63. Thanks to > this change, we remove a few violations, getting us one step closer to > marking Rules 5.2 and 5.4 as clean. > > The ECLAIR configuration is already using 63, so this change matches > the rules.rst documentation with the ECLAIR behavior. > > Signed-off-by: Stefano Stabellini <stefano.stabell...@amd.com>
Acked-by: Jan Beulich <jbeul...@suse.com> I wonder though if the subject wouldn't better express that right now Eclair config and doc are out of sync. E.g. "align doc with Eclair config for ..." Jan